Skip to content

Commit

Permalink
Remove description from crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 17, 2025
1 parent eab0e56 commit df442b5
Show file tree
Hide file tree
Showing 178 changed files with 17 additions and 47,024 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ spec:
openAPIV3Schema:
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'
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'
type: string
metadata:
type: object
Expand All @@ -48,13 +42,8 @@ spec:
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Allocatable represents the total resources of
a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
Deprecated: Use resources instead.'
type: object
cost:
description: Cost is the cost of the running an ondeamd machine
for a month
properties:
price:
type: string
Expand All @@ -65,23 +54,11 @@ spec:
- unit
type: object
resources:
description: Resources represents the requested and limited
resources of a machine type.
properties:
claims:
description: "Claims lists the names of resources, defined
in spec.resourceClaims, that are used by this container.
\n This is an alpha field and requires enabling the DynamicResourceAllocation
feature gate. \n This field is immutable. It can only
be set for containers."
items:
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
properties:
name:
description: Name must match the name of one entry
in pod.spec.resourceClaims of the Pod where this
field is used. It makes that resource available
inside a container.
type: string
required:
- name
Expand All @@ -97,8 +74,6 @@ spec:
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute
resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
Expand All @@ -107,11 +82,6 @@ spec:
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute
resources required. If Requests is omitted for a container,
it defaults to Limits if that is explicitly specified,
otherwise to an implementation-defined value. Requests
cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
topologyValue:
Expand All @@ -123,27 +93,13 @@ spec:
nodeSelectionPolicy:
type: string
requirements:
description: Requirements are layered with GetLabels and applied to
every node.
items:
description: A node selector requirement is a selector that contains
values, a key, and an operator that relates the key and values.
properties:
key:
description: The label key that the selector applies to.
type: string
operator:
description: Represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and
Lt.
type: string
values:
description: An array of string values. If the operator is In
or NotIn, the values array must be non-empty. If the operator
is Exists or DoesNotExist, the values array must be empty.
If the operator is Gt or Lt, the values array must have a
single element, which will be interpreted as an integer. This
array is replaced during a strategic merge patch.
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ spec:
openAPIV3Schema:
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'
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'
type: string
metadata:
properties:
Expand All @@ -51,14 +45,10 @@ spec:
spec:
properties:
grafanaRef:
description: GrafanaRef defines the grafana app binding name for the
GrafanaDashboard
properties:
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
namespace:
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
type: string
required:
- name
Expand All @@ -67,12 +57,8 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
overwrite:
description: Overwrite defines the existing grafanadashboard with
the same name(if any) should be overwritten or not
type: boolean
templatize:
description: Templatize defines the fields which supports templating
in GrafanaDashboard Model json
properties:
datasource:
type: boolean
Expand All @@ -83,50 +69,23 @@ spec:
status:
properties:
conditions:
description: Represents the latest available observations of a GrafanaDashboard
current state.
items:
description: Condition defines an observation of a object operational
state.
properties:
lastTransitionTime:
description: Last time the condition transitioned from one status
to another. This should be when the underlying condition changed.
If that is not known, then using the time when the API field
changed is acceptable.
format: date-time
type: string
message:
description: A human-readable message indicating details about
the transition. This field may be empty.
type: string
observedGeneration:
description: If set, this represents the .metadata.generation
that the condition was set based upon. For instance, if .metadata.generation
is currently 12, but the .status.condition[x].observedGeneration
is 9, the condition is out of date with respect to the current
state of the instance.
format: int64
type: integer
reason:
description: The reason for the condition's last transition
in CamelCase. The specific API may choose whether this field
is considered a guaranteed API. This field may not be empty.
type: string
severity:
description: Severity provides an explicit classification of
Reason code, so the users or machines can immediately understand
the current situation and act accordingly. The Severity field
MUST be set only when Status=False.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources
like Available, but because arbitrary util can be useful (see
.node.status.util), the ability to deconflict is important.
type: string
required:
- lastTransitionTime
Expand All @@ -135,7 +94,6 @@ spec:
type: object
type: array
dashboard:
description: Dashboard indicates the updated grafanadashboard database
properties:
id:
format: int64
Expand All @@ -156,16 +114,11 @@ spec:
type: integer
type: object
observedGeneration:
description: ObservedGeneration is the most recent generation observed
for this resource. It corresponds to the resource's generation,
which is updated on mutation by the API Server.
format: int64
type: integer
phase:
description: Phase indicates the state this Vault cluster jumps in.
type: string
reason:
description: The reason for the current phase
type: string
type: object
type: object
Expand Down
Loading

0 comments on commit df442b5

Please sign in to comment.