Skip to content

Commit

Permalink
Run make manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jul 25, 2024
1 parent 90ab893 commit 73a7af8
Show file tree
Hide file tree
Showing 6 changed files with 1,233 additions and 368 deletions.
29 changes: 18 additions & 11 deletions config/crd/bases/temporal.io_temporalclusterclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: temporalclusterclients.temporal.io
spec:
group: temporal.io
Expand All @@ -22,14 +21,19 @@ spec:
temporal cluster.
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 @@ -44,7 +48,8 @@ spec:
description: The name of the TemporalCluster to reference.
type: string
namespace:
description: The namespace of the TemporalCluster to reference.
description: |-
The namespace of the TemporalCluster to reference.
Defaults to the namespace of the requested resource if omitted.
type: string
type: object
Expand All @@ -60,8 +65,10 @@ spec:
for the client.
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?'
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
Expand Down
Loading

0 comments on commit 73a7af8

Please sign in to comment.