Skip to content

Commit

Permalink
Merge pull request #215 from zalando-incubator/kubernetes-v1.21.5
Browse files Browse the repository at this point in the history
Kubernetes v1.21.5
  • Loading branch information
mikkeloscar authored Dec 15, 2021
2 parents 61737db + ffde16f commit 02c3956
Show file tree
Hide file tree
Showing 8 changed files with 7,805 additions and 1,821 deletions.
4,749 changes: 3,867 additions & 882 deletions docs/zalando.org_elasticsearchdatasets.yaml

Large diffs are not rendered by default.

4,585 changes: 3,716 additions & 869 deletions docs/zalando.org_elasticsearchdatasets_v1beta1.yaml

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions docs/zalando.org_elasticsearchmetricsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,25 @@ spec:
- name: v1
schema:
openAPIV3Schema:
description: ElasticsearchMetricSet is the metrics holding section of the ElasticsearchDataSet resource.
description: ElasticsearchMetricSet is the metrics holding section of the
ElasticsearchDataSet resource.
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'
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
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'
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
metrics:
items:
description: ElasticsearchMetric is the single metric sample of the ElasticsearchDataSet resource.
description: ElasticsearchMetric is the single metric sample of the
ElasticsearchDataSet resource.
properties:
timestamp:
format: date-time
Expand Down
14 changes: 10 additions & 4 deletions docs/zalando.org_elasticsearchmetricsets_v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,25 @@ spec:
scope: Namespaced
validation:
openAPIV3Schema:
description: ElasticsearchMetricSet is the metrics holding section of the ElasticsearchDataSet resource.
description: ElasticsearchMetricSet is the metrics holding section of the ElasticsearchDataSet
resource.
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'
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
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'
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
metrics:
items:
description: ElasticsearchMetric is the single metric sample of the ElasticsearchDataSet resource.
description: ElasticsearchMetric is the single metric sample of the ElasticsearchDataSet
resource.
properties:
timestamp:
format: date-time
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ require (
golang.org/x/tools v0.1.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/resty.v1 v1.12.0
k8s.io/api v0.19.7
k8s.io/apiextensions-apiserver v0.19.7 // indirect
k8s.io/apimachinery v0.19.7
k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7
k8s.io/metrics v0.19.7
k8s.io/api v0.21.5
k8s.io/apiextensions-apiserver v0.21.5 // indirect
k8s.io/apimachinery v0.21.5
k8s.io/client-go v0.21.5
k8s.io/code-generator v0.21.5
k8s.io/metrics v0.21.5
sigs.k8s.io/controller-tools v0.4.1-0.20200911221209-6c9ddb17dfd0
)

Expand Down
Loading

0 comments on commit 02c3956

Please sign in to comment.