Skip to content

Commit

Permalink
Bump sigs.k8s.io/controller-tools from 0.13.0 to 0.14.0 in /hack/cont…
Browse files Browse the repository at this point in the history
…roller-gen (#377)
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 3867008 commit f2c31a6
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 458 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.14.0
name: clusterworkloadresourcemappings.servicebinding.io
spec:
group: servicebinding.io
Expand All @@ -28,14 +28,19 @@ spec:
API
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
Expand All @@ -47,52 +52,50 @@ spec:
description: Versions is the collection of versions for a given resource,
with mappings.
items:
description: ClusterWorkloadResourceMappingTemplate defines the
mapping for a specific version of an workload resource to a logical
PodTemplateSpec-like structure.
description: |-
ClusterWorkloadResourceMappingTemplate defines the mapping for a specific version of an workload resource to a
logical PodTemplateSpec-like structure.
properties:
annotations:
description: Annotations is a Restricted JSONPath that references
the annotations map within the workload resource. These annotations
must end up in the resulting Pod, and are generally not the
workload resource's annotations. Defaults to `.spec.template.metadata.annotations`.
description: |-
Annotations is a Restricted JSONPath that references the annotations map within the workload resource. These
annotations must end up in the resulting Pod, and are generally not the workload resource's annotations.
Defaults to `.spec.template.metadata.annotations`.
type: string
containers:
description: Containers is the collection of mappings to container-like
fragments of the workload resource. Defaults to mappings appropriate
for a PodSpecable resource.
description: |-
Containers is the collection of mappings to container-like fragments of the workload resource. Defaults to
mappings appropriate for a PodSpecable resource.
items:
description: "ClusterWorkloadResourceMappingContainer defines
the mapping for a specific fragment of an workload resource
to a Container-like structure. \n Each mapping defines exactly
one path that may match multiple container-like fragments
within the workload resource. For each object matching the
path the name, env and volumeMounts expressions are resolved
to find those structures."
description: |-
ClusterWorkloadResourceMappingContainer defines the mapping for a specific fragment of an workload resource
to a Container-like structure.
Each mapping defines exactly one path that may match multiple container-like fragments within the workload
resource. For each object matching the path the name, env and volumeMounts expressions are resolved to find those
structures.
properties:
env:
description: Env is a Restricted JSONPath that references
the slice of environment variables for the container
with the container-like workload resource fragment.
The referenced location is created if it does not exist.
Defaults to `.envs`.
description: |-
Env is a Restricted JSONPath that references the slice of environment variables for the container with the
container-like workload resource fragment. The referenced location is created if it does not exist. Defaults
to `.envs`.
type: string
name:
description: Name is a Restricted JSONPath that references
the name of the container with the container-like workload
resource fragment. If not defined, container name filtering
is ignored.
description: |-
Name is a Restricted JSONPath that references the name of the container with the container-like workload resource
fragment. If not defined, container name filtering is ignored.
type: string
path:
description: Path is the JSONPath within the workload
resource that matches an existing fragment that is container-like.
type: string
volumeMounts:
description: VolumeMounts is a Restricted JSONPath that
references the slice of volume mounts for the container
with the container-like workload resource fragment.
The referenced location is created if it does not exist.
Defaults to `.volumeMounts`.
description: |-
VolumeMounts is a Restricted JSONPath that references the slice of volume mounts for the container with the
container-like workload resource fragment. The referenced location is created if it does not exist. Defaults
to `.volumeMounts`.
type: string
required:
- path
Expand All @@ -103,9 +106,9 @@ spec:
that this mapping is for.
type: string
volumes:
description: Volumes is a Restricted JSONPath that references
the slice of volumes within the workload resource. Defaults
to `.spec.template.spec.volumes`.
description: |-
Volumes is a Restricted JSONPath that references the slice of volumes within the workload resource. Defaults to
`.spec.template.spec.volumes`.
type: string
required:
- version
Expand All @@ -127,14 +130,19 @@ spec:
API
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
Expand All @@ -146,52 +154,50 @@ spec:
description: Versions is the collection of versions for a given resource,
with mappings.
items:
description: ClusterWorkloadResourceMappingTemplate defines the
mapping for a specific version of an workload resource to a logical
PodTemplateSpec-like structure.
description: |-
ClusterWorkloadResourceMappingTemplate defines the mapping for a specific version of an workload resource to a
logical PodTemplateSpec-like structure.
properties:
annotations:
description: Annotations is a Restricted JSONPath that references
the annotations map within the workload resource. These annotations
must end up in the resulting Pod, and are generally not the
workload resource's annotations. Defaults to `.spec.template.metadata.annotations`.
description: |-
Annotations is a Restricted JSONPath that references the annotations map within the workload resource. These
annotations must end up in the resulting Pod, and are generally not the workload resource's annotations.
Defaults to `.spec.template.metadata.annotations`.
type: string
containers:
description: Containers is the collection of mappings to container-like
fragments of the workload resource. Defaults to mappings appropriate
for a PodSpecable resource.
description: |-
Containers is the collection of mappings to container-like fragments of the workload resource. Defaults to
mappings appropriate for a PodSpecable resource.
items:
description: "ClusterWorkloadResourceMappingContainer defines
the mapping for a specific fragment of an workload resource
to a Container-like structure. \n Each mapping defines exactly
one path that may match multiple container-like fragments
within the workload resource. For each object matching the
path the name, env and volumeMounts expressions are resolved
to find those structures."
description: |-
ClusterWorkloadResourceMappingContainer defines the mapping for a specific fragment of an workload resource
to a Container-like structure.
Each mapping defines exactly one path that may match multiple container-like fragments within the workload
resource. For each object matching the path the name, env and volumeMounts expressions are resolved to find those
structures.
properties:
env:
description: Env is a Restricted JSONPath that references
the slice of environment variables for the container
with the container-like workload resource fragment.
The referenced location is created if it does not exist.
Defaults to `.envs`.
description: |-
Env is a Restricted JSONPath that references the slice of environment variables for the container with the
container-like workload resource fragment. The referenced location is created if it does not exist. Defaults
to `.envs`.
type: string
name:
description: Name is a Restricted JSONPath that references
the name of the container with the container-like workload
resource fragment. If not defined, container name filtering
is ignored.
description: |-
Name is a Restricted JSONPath that references the name of the container with the container-like workload resource
fragment. If not defined, container name filtering is ignored.
type: string
path:
description: Path is the JSONPath within the workload
resource that matches an existing fragment that is container-like.
type: string
volumeMounts:
description: VolumeMounts is a Restricted JSONPath that
references the slice of volume mounts for the container
with the container-like workload resource fragment.
The referenced location is created if it does not exist.
Defaults to `.volumeMounts`.
description: |-
VolumeMounts is a Restricted JSONPath that references the slice of volume mounts for the container with the
container-like workload resource fragment. The referenced location is created if it does not exist. Defaults
to `.volumeMounts`.
type: string
required:
- path
Expand All @@ -202,9 +208,9 @@ spec:
that this mapping is for.
type: string
volumes:
description: Volumes is a Restricted JSONPath that references
the slice of volumes within the workload resource. Defaults
to `.spec.template.spec.volumes`.
description: |-
Volumes is a Restricted JSONPath that references the slice of volumes within the workload resource. Defaults to
`.spec.template.spec.volumes`.
type: string
required:
- version
Expand Down
Loading

0 comments on commit f2c31a6

Please sign in to comment.