Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes v1.21.5 #215

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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