Update client libraries to Kubernetes 1.11
This commit is contained in:
@@ -53,11 +53,46 @@ spec:
|
|||||||
properties:
|
properties:
|
||||||
preference:
|
preference:
|
||||||
description: A null or empty node selector term matches
|
description: A null or empty node selector term matches
|
||||||
no objects.
|
no objects. The requirements of them are ANDed. The
|
||||||
|
TopologySelectorTerm type implements a subset of the
|
||||||
|
NodeSelectorTerm.
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
description: Required. A list of node selector requirements.
|
description: A list of node selector requirements
|
||||||
The requirements are ANDed.
|
by node's labels.
|
||||||
|
items:
|
||||||
|
description: A node selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that
|
||||||
|
relates the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: Represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In,
|
||||||
|
NotIn, Exists, DoesNotExist. Gt, and Lt.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: An array of string values. If the
|
||||||
|
operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists
|
||||||
|
or DoesNotExist, the values array must be
|
||||||
|
empty. If the operator is Gt or Lt, the values
|
||||||
|
array must have a single element, which will
|
||||||
|
be interpreted as an integer. This array is
|
||||||
|
replaced during a strategic merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: array
|
||||||
|
matchFields:
|
||||||
|
description: A list of node selector requirements
|
||||||
|
by node's fields.
|
||||||
items:
|
items:
|
||||||
description: A node selector requirement is a selector
|
description: A node selector requirement is a selector
|
||||||
that contains values, a key, and an operator that
|
that contains values, a key, and an operator that
|
||||||
@@ -88,8 +123,6 @@ spec:
|
|||||||
- key
|
- key
|
||||||
- operator
|
- operator
|
||||||
type: array
|
type: array
|
||||||
required:
|
|
||||||
- matchExpressions
|
|
||||||
weight:
|
weight:
|
||||||
description: Weight associated with matching the corresponding
|
description: Weight associated with matching the corresponding
|
||||||
nodeSelectorTerm, in the range 1-100.
|
nodeSelectorTerm, in the range 1-100.
|
||||||
@@ -110,11 +143,46 @@ spec:
|
|||||||
terms are ORed.
|
terms are ORed.
|
||||||
items:
|
items:
|
||||||
description: A null or empty node selector term matches
|
description: A null or empty node selector term matches
|
||||||
no objects.
|
no objects. The requirements of them are ANDed. The
|
||||||
|
TopologySelectorTerm type implements a subset of the
|
||||||
|
NodeSelectorTerm.
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
description: Required. A list of node selector requirements.
|
description: A list of node selector requirements
|
||||||
The requirements are ANDed.
|
by node's labels.
|
||||||
|
items:
|
||||||
|
description: A node selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that
|
||||||
|
relates the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: Represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In,
|
||||||
|
NotIn, Exists, DoesNotExist. Gt, and Lt.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: An array of string values. If the
|
||||||
|
operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists
|
||||||
|
or DoesNotExist, the values array must be
|
||||||
|
empty. If the operator is Gt or Lt, the values
|
||||||
|
array must have a single element, which will
|
||||||
|
be interpreted as an integer. This array is
|
||||||
|
replaced during a strategic merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: array
|
||||||
|
matchFields:
|
||||||
|
description: A list of node selector requirements
|
||||||
|
by node's fields.
|
||||||
items:
|
items:
|
||||||
description: A node selector requirement is a selector
|
description: A node selector requirement is a selector
|
||||||
that contains values, a key, and an operator that
|
that contains values, a key, and an operator that
|
||||||
@@ -145,8 +213,6 @@ spec:
|
|||||||
- key
|
- key
|
||||||
- operator
|
- operator
|
||||||
type: array
|
type: array
|
||||||
required:
|
|
||||||
- matchExpressions
|
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- nodeSelectorTerms
|
- nodeSelectorTerms
|
||||||
@@ -1673,6 +1739,23 @@ spec:
|
|||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
type: array
|
type: array
|
||||||
|
sysctls:
|
||||||
|
description: Sysctls hold a list of namespaced sysctls used for
|
||||||
|
the pod. Pods with unsupported sysctls (by the container runtime)
|
||||||
|
might fail to launch.
|
||||||
|
items:
|
||||||
|
description: Sysctl defines a kernel parameter to be set
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name of a property to set
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: Value of a property to set
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- value
|
||||||
|
type: array
|
||||||
serviceAccountName:
|
serviceAccountName:
|
||||||
description: ServiceAccountName is the name of the ServiceAccount to
|
description: ServiceAccountName is the name of the ServiceAccount to
|
||||||
use to run the Prometheus Pods.
|
use to run the Prometheus Pods.
|
||||||
@@ -2282,3 +2365,4 @@ status:
|
|||||||
kind: ""
|
kind: ""
|
||||||
plural: ""
|
plural: ""
|
||||||
conditions: null
|
conditions: null
|
||||||
|
storedVersions: null
|
||||||
|
@@ -83,11 +83,46 @@ spec:
|
|||||||
properties:
|
properties:
|
||||||
preference:
|
preference:
|
||||||
description: A null or empty node selector term matches
|
description: A null or empty node selector term matches
|
||||||
no objects.
|
no objects. The requirements of them are ANDed. The
|
||||||
|
TopologySelectorTerm type implements a subset of the
|
||||||
|
NodeSelectorTerm.
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
description: Required. A list of node selector requirements.
|
description: A list of node selector requirements
|
||||||
The requirements are ANDed.
|
by node's labels.
|
||||||
|
items:
|
||||||
|
description: A node selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that
|
||||||
|
relates the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: Represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In,
|
||||||
|
NotIn, Exists, DoesNotExist. Gt, and Lt.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: An array of string values. If the
|
||||||
|
operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists
|
||||||
|
or DoesNotExist, the values array must be
|
||||||
|
empty. If the operator is Gt or Lt, the values
|
||||||
|
array must have a single element, which will
|
||||||
|
be interpreted as an integer. This array is
|
||||||
|
replaced during a strategic merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: array
|
||||||
|
matchFields:
|
||||||
|
description: A list of node selector requirements
|
||||||
|
by node's fields.
|
||||||
items:
|
items:
|
||||||
description: A node selector requirement is a selector
|
description: A node selector requirement is a selector
|
||||||
that contains values, a key, and an operator that
|
that contains values, a key, and an operator that
|
||||||
@@ -118,8 +153,6 @@ spec:
|
|||||||
- key
|
- key
|
||||||
- operator
|
- operator
|
||||||
type: array
|
type: array
|
||||||
required:
|
|
||||||
- matchExpressions
|
|
||||||
weight:
|
weight:
|
||||||
description: Weight associated with matching the corresponding
|
description: Weight associated with matching the corresponding
|
||||||
nodeSelectorTerm, in the range 1-100.
|
nodeSelectorTerm, in the range 1-100.
|
||||||
@@ -140,11 +173,46 @@ spec:
|
|||||||
terms are ORed.
|
terms are ORed.
|
||||||
items:
|
items:
|
||||||
description: A null or empty node selector term matches
|
description: A null or empty node selector term matches
|
||||||
no objects.
|
no objects. The requirements of them are ANDed. The
|
||||||
|
TopologySelectorTerm type implements a subset of the
|
||||||
|
NodeSelectorTerm.
|
||||||
properties:
|
properties:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
description: Required. A list of node selector requirements.
|
description: A list of node selector requirements
|
||||||
The requirements are ANDed.
|
by node's labels.
|
||||||
|
items:
|
||||||
|
description: A node selector requirement is a selector
|
||||||
|
that contains values, a key, and an operator that
|
||||||
|
relates the key and values.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The label key that the selector
|
||||||
|
applies to.
|
||||||
|
type: string
|
||||||
|
operator:
|
||||||
|
description: Represents a key's relationship
|
||||||
|
to a set of values. Valid operators are In,
|
||||||
|
NotIn, Exists, DoesNotExist. Gt, and Lt.
|
||||||
|
type: string
|
||||||
|
values:
|
||||||
|
description: An array of string values. If the
|
||||||
|
operator is In or NotIn, the values array
|
||||||
|
must be non-empty. If the operator is Exists
|
||||||
|
or DoesNotExist, the values array must be
|
||||||
|
empty. If the operator is Gt or Lt, the values
|
||||||
|
array must have a single element, which will
|
||||||
|
be interpreted as an integer. This array is
|
||||||
|
replaced during a strategic merge patch.
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- operator
|
||||||
|
type: array
|
||||||
|
matchFields:
|
||||||
|
description: A list of node selector requirements
|
||||||
|
by node's fields.
|
||||||
items:
|
items:
|
||||||
description: A node selector requirement is a selector
|
description: A node selector requirement is a selector
|
||||||
that contains values, a key, and an operator that
|
that contains values, a key, and an operator that
|
||||||
@@ -175,8 +243,6 @@ spec:
|
|||||||
- key
|
- key
|
||||||
- operator
|
- operator
|
||||||
type: array
|
type: array
|
||||||
required:
|
|
||||||
- matchExpressions
|
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- nodeSelectorTerms
|
- nodeSelectorTerms
|
||||||
@@ -2100,6 +2166,23 @@ spec:
|
|||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
type: array
|
type: array
|
||||||
|
sysctls:
|
||||||
|
description: Sysctls hold a list of namespaced sysctls used for
|
||||||
|
the pod. Pods with unsupported sysctls (by the container runtime)
|
||||||
|
might fail to launch.
|
||||||
|
items:
|
||||||
|
description: Sysctl defines a kernel parameter to be set
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
description: Name of a property to set
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: Value of a property to set
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
- value
|
||||||
|
type: array
|
||||||
serviceAccountName:
|
serviceAccountName:
|
||||||
description: ServiceAccountName is the name of the ServiceAccount to
|
description: ServiceAccountName is the name of the ServiceAccount to
|
||||||
use to run the Prometheus Pods.
|
use to run the Prometheus Pods.
|
||||||
@@ -2864,3 +2947,4 @@ status:
|
|||||||
kind: ""
|
kind: ""
|
||||||
plural: ""
|
plural: ""
|
||||||
conditions: null
|
conditions: null
|
||||||
|
storedVersions: null
|
||||||
|
@@ -339,3 +339,4 @@ status:
|
|||||||
kind: ""
|
kind: ""
|
||||||
plural: ""
|
plural: ""
|
||||||
conditions: null
|
conditions: null
|
||||||
|
storedVersions: null
|
||||||
|
@@ -238,3 +238,4 @@ status:
|
|||||||
kind: ""
|
kind: ""
|
||||||
plural: ""
|
plural: ""
|
||||||
conditions: null
|
conditions: null
|
||||||
|
storedVersions: null
|
||||||
|
Reference in New Issue
Block a user