d38b9b5f0b
* added NodeName field in the remote Client interface * added new subcommand 'list-hosts' to list hosts from host-inventory from site manifests Closes: #359 Signed-off-by: Shon Phand <shonphand@gmail.com> Change-Id: I560a8117b1d55cad2a634df0d05a4aaedae2a873
105 lines
4.3 KiB
YAML
105 lines
4.3 KiB
YAML
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
controller-gen.kubebuilder.io/version: v0.6.1
|
|
creationTimestamp: null
|
|
name: kubernetesapplies.airshipit.org
|
|
spec:
|
|
group: airshipit.org
|
|
names:
|
|
kind: KubernetesApply
|
|
listKind: KubernetesApplyList
|
|
plural: kubernetesapplies
|
|
singular: kubernetesapply
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: KubernetesApply provides instructions on how to apply resources
|
|
to kubernetes cluster
|
|
properties:
|
|
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
|
|
config:
|
|
description: ApplyConfig provides instructions on how to apply resources
|
|
to kubernetes cluster
|
|
properties:
|
|
context:
|
|
type: string
|
|
debug:
|
|
type: boolean
|
|
druRun:
|
|
type: boolean
|
|
kubeconfig:
|
|
type: string
|
|
phaseName:
|
|
type: string
|
|
pruneOptions:
|
|
description: ApplyPruneOptions provides instructions how to prune
|
|
for kubernetes resources
|
|
properties:
|
|
prune:
|
|
type: boolean
|
|
type: object
|
|
waitOptions:
|
|
description: ApplyWaitOptions provides instructions how to wait for
|
|
kubernetes resources
|
|
properties:
|
|
conditions:
|
|
items:
|
|
description: Condition is a jsonpath for particular TypeMeta
|
|
which indicates what state to wait
|
|
properties:
|
|
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
|
|
jsonPath:
|
|
type: string
|
|
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
|
|
value:
|
|
description: Value is desired state to wait for, if no value
|
|
specified - just existence of provided jsonPath will be
|
|
checked
|
|
type: string
|
|
type: object
|
|
type: array
|
|
pollInterval:
|
|
description: PollInterval in seconds
|
|
type: integer
|
|
timeout:
|
|
description: Timeout in seconds
|
|
type: integer
|
|
type: object
|
|
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
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|