Skip to content

Commit

Permalink
Update controller-tools to v0.2.0-beta.3 (#1143)
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@vmware.com>
  • Loading branch information
vincepri authored and k8s-ci-robot committed Jul 11, 2019
1 parent 092006b commit 09e491e
Showing 94 changed files with 1,951 additions and 5,392 deletions.
22 changes: 19 additions & 3 deletions config/crds/cluster.k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ spec:
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
description: ObjectMeta is metadata that all persisted resources must have,
which includes all objects users must create.
properties:
annotations:
additionalProperties:
@@ -127,6 +129,8 @@ spec:
struct will be set to nil and the object is considered as initialized
and visible to all clients.
items:
description: Initializer is information about an initializer that
has not yet completed.
properties:
name:
description: name of the process that is responsible for initializing
@@ -163,6 +167,9 @@ spec:
with the StatusReason failure. Not all StatusReasons may
provide detailed causes.
items:
description: StatusCause provides more information about
an api.Status failure, including cases when multiple
errors are encountered.
properties:
field:
description: "The field of the resource that has caused
@@ -284,6 +291,8 @@ spec:
object. \n This field is alpha and can be changed or removed without
notice."
items:
description: ManagedFieldsEntry is a workflow-id, a FieldSet and the
group version of the resource that the fieldset applies to.
properties:
apiVersion:
description: APIVersion defines the version of this resource that
@@ -334,6 +343,10 @@ spec:
will point to this controller, with the controller field set to true.
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
@@ -386,6 +399,7 @@ spec:
type: string
type: object
spec:
description: / [ClusterSpec] ClusterSpec defines the desired state of Cluster
properties:
clusterNetwork:
description: Cluster network configuration
@@ -414,9 +428,9 @@ spec:
- cidrBlocks
type: object
required:
- services
- pods
- serviceDomain
- services
type: object
providerSpec:
description: Provider-specific serialized configuration to use during
@@ -478,15 +492,17 @@ spec:
type: object
type: object
type: object
required:
- clusterNetwork
type: object
status:
description: / [ClusterStatus] ClusterStatus defines the observed state
of Cluster
properties:
apiEndpoints:
description: APIEndpoint represents the endpoint to communicate with
the IP.
items:
description: / [APIEndpoint] APIEndpoint represents a reachable Kubernetes
API endpoint.
properties:
host:
description: The hostname on which the API server is serving.
13 changes: 13 additions & 0 deletions config/crds/cluster.k8s.io_machineclasses.yaml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ spec:
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
description: ObjectMeta is metadata that all persisted resources must have,
which includes all objects users must create.
properties:
annotations:
additionalProperties:
@@ -128,6 +130,8 @@ spec:
struct will be set to nil and the object is considered as initialized
and visible to all clients.
items:
description: Initializer is information about an initializer that
has not yet completed.
properties:
name:
description: name of the process that is responsible for initializing
@@ -164,6 +168,9 @@ spec:
with the StatusReason failure. Not all StatusReasons may
provide detailed causes.
items:
description: StatusCause provides more information about
an api.Status failure, including cases when multiple
errors are encountered.
properties:
field:
description: "The field of the resource that has caused
@@ -285,6 +292,8 @@ spec:
object. \n This field is alpha and can be changed or removed without
notice."
items:
description: ManagedFieldsEntry is a workflow-id, a FieldSet and the
group version of the resource that the fieldset applies to.
properties:
apiVersion:
description: APIVersion defines the version of this resource that
@@ -335,6 +344,10 @@ spec:
will point to this controller, with the controller field set to true.
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
37 changes: 32 additions & 5 deletions config/crds/cluster.k8s.io_machinedeployments.yaml
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@ spec:
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type: string
metadata:
description: ObjectMeta is metadata that all persisted resources must have,
which includes all objects users must create.
properties:
annotations:
additionalProperties:
@@ -133,6 +135,8 @@ spec:
struct will be set to nil and the object is considered as initialized
and visible to all clients.
items:
description: Initializer is information about an initializer that
has not yet completed.
properties:
name:
description: name of the process that is responsible for initializing
@@ -169,6 +173,9 @@ spec:
with the StatusReason failure. Not all StatusReasons may
provide detailed causes.
items:
description: StatusCause provides more information about
an api.Status failure, including cases when multiple
errors are encountered.
properties:
field:
description: "The field of the resource that has caused
@@ -290,6 +297,8 @@ spec:
object. \n This field is alpha and can be changed or removed without
notice."
items:
description: ManagedFieldsEntry is a workflow-id, a FieldSet and the
group version of the resource that the fieldset applies to.
properties:
apiVersion:
description: APIVersion defines the version of this resource that
@@ -340,6 +349,10 @@ spec:
will point to this controller, with the controller field set to true.
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information to let you
identify an owning object. An owning object must be in the same
namespace as the dependent, or be cluster-scoped, so there is no
namespace field.
properties:
apiVersion:
description: API version of the referent.
@@ -392,6 +405,8 @@ spec:
type: string
type: object
spec:
description: / [MachineDeploymentSpec] MachineDeploymentSpec defines the
desired state of MachineDeployment
properties:
minReadySeconds:
description: Minimum number of seconds for which a newly created machine
@@ -431,6 +446,8 @@ spec:
description: matchExpressions is a list of label selector requirements.
The requirements are ANDed.
items:
description: A label selector requirement is a selector that contains
values, a key, and an operator that relates the key and values.
properties:
key:
description: key is the label key that the selector applies
@@ -572,6 +589,10 @@ spec:
with the controller field set to true. There cannot be more
than one managing controller.
items:
description: OwnerReference contains enough information to
let you identify an owning object. An owning object must
be in the same namespace as the dependent, or be cluster-scoped,
so there is no namespace field.
properties:
apiVersion:
description: API version of the referent.
@@ -645,9 +666,9 @@ spec:
required in Node.Status.
type: string
required:
- namespace
- name
- kubeletConfigKey
- name
- namespace
type: object
type: object
metadata:
@@ -714,6 +735,10 @@ spec:
this controller, with the controller field set to true.
There cannot be more than one managing controller.
items:
description: OwnerReference contains enough information
to let you identify an owning object. An owning object
must be in the same namespace as the dependent, or be
cluster-scoped, so there is no namespace field.
properties:
apiVersion:
description: API version of the referent.
@@ -836,6 +861,8 @@ spec:
manually remove the taint the machine controller will put
it back) but not have the machine controller remove any taints
items:
description: The node this Taint is attached to has the "effect"
on any pod that does not tolerate the Taint.
properties:
effect:
description: Required. The effect of the taint on pods
@@ -856,8 +883,8 @@ spec:
the taint key.
type: string
required:
- key
- effect
- key
type: object
type: array
versions:
@@ -881,15 +908,15 @@ spec:
required:
- kubelet
type: object
required:
- providerSpec
type: object
type: object
required:
- selector
- template
type: object
status:
description: / [MachineDeploymentStatus] MachineDeploymentStatus defines
the observed state of MachineDeployment
properties:
availableReplicas:
description: Total number of available machines (ready for at least
Loading

0 comments on commit 09e491e

Please sign in to comment.