![Ruslan Aliev](/assets/img/avatar_default.png)
Also: * controller-gen bumped to 0.6.2 * resolved cycle dependencies error in API * added clean-up step Change-Id: I08340bc4f44505272d5b2dfaab7ae075aa994cca Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #664
112 lines
4.3 KiB
YAML
112 lines
4.3 KiB
YAML
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
controller-gen.kubebuilder.io/version: v0.6.2
|
|
creationTimestamp: null
|
|
name: clusterctls.airshipit.org
|
|
spec:
|
|
group: airshipit.org
|
|
names:
|
|
kind: Clusterctl
|
|
listKind: ClusterctlList
|
|
plural: clusterctls
|
|
singular: clusterctl
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: Clusterctl provides information about clusterctl components
|
|
properties:
|
|
action:
|
|
description: ActionType for clusterctl
|
|
type: string
|
|
additional-vars:
|
|
additionalProperties:
|
|
type: string
|
|
description: AdditionalComponentVariables are variables that will be available
|
|
to clusterctl when reading provider components
|
|
type: object
|
|
apiVersion:
|
|
description: 'APIVersion defines the versioned schema of this representation
|
|
of an object. Servers should convert recognized schemas to the latest
|
|
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
type: string
|
|
images:
|
|
additionalProperties:
|
|
description: ImageMeta is part of clusterctl config
|
|
properties:
|
|
repository:
|
|
type: string
|
|
tag:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
init-options:
|
|
description: InitOptions container with exposed clusterctl InitOptions
|
|
properties:
|
|
bootstrap-providers:
|
|
description: BootstrapProviders and versions (comma separated, e.g.
|
|
kubeadm:v0.3.0) to add to the management cluster. If unspecified,
|
|
the kubeadm bootstrap provider's latest release is used.
|
|
type: string
|
|
control-plane-providers:
|
|
description: ControlPlaneProviders and versions (comma separated,
|
|
e.g. kubeadm:v0.3.0) to add to the management cluster. If unspecified,
|
|
the kubeadm control plane provider latest release is used.
|
|
type: string
|
|
core-provider:
|
|
description: CoreProvider version (e.g. cluster-api:v0.3.0) to add
|
|
to the management cluster. If unspecified, the cluster-api core
|
|
provider's latest release is used.
|
|
type: string
|
|
infrastructure-providers:
|
|
description: InfrastructureProviders and versions (comma separated,
|
|
e.g. aws:v0.5.0,metal3:v0.4.0) to add to the management cluster.
|
|
type: string
|
|
type: object
|
|
kind:
|
|
description: 'Kind is a string value representing the REST resource this
|
|
object represents. Servers may infer this from the endpoint the client
|
|
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
move-options:
|
|
description: MoveOptions carries the options supported by move.
|
|
properties:
|
|
namespace:
|
|
description: Namespace where the objects describing the workload cluster
|
|
exists. If unspecified, the current namespace will be used.
|
|
type: string
|
|
type: object
|
|
providers:
|
|
items:
|
|
description: Provider is part of clusterctl config
|
|
properties:
|
|
name:
|
|
type: string
|
|
type:
|
|
type: string
|
|
url:
|
|
description: URL can contain remote URL of upstream Provider or
|
|
relative to target path of the manifest
|
|
type: string
|
|
required:
|
|
- name
|
|
- type
|
|
type: object
|
|
type: array
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|