Skip to content

Commit

Permalink
chore: make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Nov 28, 2024
1 parent 9cfc2e9 commit 2930dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 90 deletions.
48 changes: 3 additions & 45 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4499,58 +4499,16 @@ spec:
description: VarSource represents a source for a value
properties:
configMapKeyRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ConfigMapKeySelector'
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
type: string
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?
type: string
optional:
description: Specify whether the ConfigMap or its key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ObjectFieldSelector'
description: |-
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
properties:
apiVersion:
description: Version of the schema the FieldPath is written in terms of, defaults to "v1".
type: string
fieldPath:
description: Path of the field to select in the specified API version.
type: string
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0SecretKeySelector'
description: Selects a key of a secret in the pod's namespace
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
type: string
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?
type: string
optional:
description: Specify whether the Secret or its key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
value:
type: string
type: object
Expand Down
48 changes: 3 additions & 45 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4498,58 +4498,16 @@ spec:
description: VarSource represents a source for a value
properties:
configMapKeyRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ConfigMapKeySelector'
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
type: string
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?
type: string
optional:
description: Specify whether the ConfigMap or its key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0ObjectFieldSelector'
description: |-
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
properties:
apiVersion:
description: Version of the schema the FieldPath is written in terms of, defaults to "v1".
type: string
fieldPath:
description: Path of the field to select in the specified API version.
type: string
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
$ref: '#/definitions/k8s.io~1api~1core~1v1~0SecretKeySelector'
description: Selects a key of a secret in the pod's namespace
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
type: string
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?
type: string
optional:
description: Specify whether the Secret or its key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
value:
type: string
type: object
Expand Down

0 comments on commit 2930dcd

Please sign in to comment.