io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1
Members list
- no keywords
- case
- final
- sealed
Type members
Classlikes
CustomResourceColumnDefinition specifies a column for server side printing.
CustomResourceColumnDefinition specifies a column for server side printing.
Attributes
- Companion
- object
- Source
- CustomResourceColumnDefinition.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceColumnDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceColumnDefinition
Pointer for CustomResourceColumnDefinition
Attributes
- Source
- CustomResourceColumnDefinitionPointer.scala
- Supertypes
CustomResourceConversion describes how to convert different versions of a CR.
CustomResourceConversion describes how to convert different versions of a CR.
Attributes
- Companion
- object
- Source
- CustomResourceConversion.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceConversion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceConversion
Pointer for CustomResourceConversion
Attributes
- Source
- CustomResourceConversionPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[CustomResourceConversion]class Objecttrait Matchableclass AnyShow all
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.
Attributes
- Companion
- object
- Source
- CustomResourceDefinition.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
CustomResourceDefinitionCondition contains details for the current condition of this pod.
CustomResourceDefinitionCondition contains details for the current condition of this pod.
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionCondition.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionCondition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionCondition
Pointer for CustomResourceDefinitionCondition
Attributes
- Source
- CustomResourceDefinitionConditionPointer.scala
- Supertypes
CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionList.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionList
Pointer for CustomResourceDefinitionList
Attributes
- Source
- CustomResourceDefinitionListPointer.scala
- Supertypes
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionNames.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionNames.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionNames
Pointer for CustomResourceDefinitionNames
Attributes
- Source
- CustomResourceDefinitionNamesPointer.scala
- Supertypes
Pointer for CustomResourceDefinition
Pointer for CustomResourceDefinition
Attributes
- Source
- CustomResourceDefinitionPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[CustomResourceDefinition]class Objecttrait Matchableclass AnyShow all
CustomResourceDefinitionSpec describes how a user wants their resource to appear
CustomResourceDefinitionSpec describes how a user wants their resource to appear
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionSpec.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionSpec.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionSpec
Pointer for CustomResourceDefinitionSpec
Attributes
- Source
- CustomResourceDefinitionSpecPointer.scala
- Supertypes
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionStatus.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionStatus.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionStatus
Pointer for CustomResourceDefinitionStatus
Attributes
- Source
- CustomResourceDefinitionStatusPointer.scala
- Supertypes
CustomResourceDefinitionVersion describes a version for CRD.
CustomResourceDefinitionVersion describes a version for CRD.
Attributes
- Companion
- object
- Source
- CustomResourceDefinitionVersion.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceDefinitionVersion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceDefinitionVersion
Pointer for CustomResourceDefinitionVersion
Attributes
- Source
- CustomResourceDefinitionVersionPointer.scala
- Supertypes
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
Attributes
- Companion
- object
- Source
- CustomResourceSubresourceScale.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceSubresourceScale.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceSubresourceScale
Pointer for CustomResourceSubresourceScale
Attributes
- Source
- CustomResourceSubresourceScalePointer.scala
- Supertypes
CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the .status
JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the .status
JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
Attributes
- Companion
- object
- Source
- CustomResourceSubresourceStatus.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceSubresourceStatus.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
CustomResourceSubresources defines the status and scale subresources for CustomResources.
CustomResourceSubresources defines the status and scale subresources for CustomResources.
Attributes
- Companion
- object
- Source
- CustomResourceSubresources.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceSubresources.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceSubresources
Pointer for CustomResourceSubresources
Attributes
- Source
- CustomResourceSubresourcesPointer.scala
- Supertypes
CustomResourceValidation is a list of validation methods for CustomResources.
CustomResourceValidation is a list of validation methods for CustomResources.
Attributes
- Companion
- object
- Source
- CustomResourceValidation.scala
- Supertypes
Attributes
- Companion
- class
- Source
- CustomResourceValidation.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for CustomResourceValidation
Pointer for CustomResourceValidation
Attributes
- Source
- CustomResourceValidationPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[CustomResourceValidation]class Objecttrait Matchableclass AnyShow all
ExternalDocumentation allows referencing an external resource for extended documentation.
ExternalDocumentation allows referencing an external resource for extended documentation.
Attributes
- Companion
- object
- Source
- ExternalDocumentation.scala
- Supertypes
Attributes
- Companion
- class
- Source
- ExternalDocumentation.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Pointer for ExternalDocumentation
Pointer for ExternalDocumentation
Attributes
- Source
- ExternalDocumentationPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[ExternalDocumentation]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Source
- JSON.scala
- Supertypes
Attributes
- Companion
- class
- Source
- JSON.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JSON.type
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
Attributes
- Companion
- object
- Source
- JSONSchemaProps.scala
- Supertypes
Attributes
- Companion
- class
- Source
- JSONSchemaProps.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JSONSchemaProps.type
Attributes
- Companion
- object
- Source
- JSONSchemaPropsOrArray.scala
- Supertypes
-
class Any
- Known subtypes
-
class MutipleValuesclass SingleValue
Attributes
- Companion
- trait
- Source
- JSONSchemaPropsOrArray.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- JSONSchemaPropsOrBool.scala
- Supertypes
-
class Any
- Known subtypes
-
class BoolValueclass PropsValue
Attributes
- Companion
- trait
- Source
- JSONSchemaPropsOrBool.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- JSONSchemaPropsOrStringArray.scala
- Supertypes
-
class Any
- Known subtypes
-
class PropsValueclass StringList
Attributes
- Companion
- trait
- Source
- JSONSchemaPropsOrStringArray.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Pointer for JSONSchemaProps
Pointer for JSONSchemaProps
Attributes
- Source
- JSONSchemaPropsPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[JSONSchemaProps]class Objecttrait Matchableclass AnyShow all
ServiceReference holds a reference to Service.legacy.k8s.io
ServiceReference holds a reference to Service.legacy.k8s.io
Attributes
- Companion
- object
- Source
- ServiceReference.scala
- Supertypes
Attributes
- Companion
- class
- Source
- ServiceReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ServiceReference.type
Pointer for ServiceReference
Pointer for ServiceReference
Attributes
- Source
- ServiceReferencePointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[ServiceReference]class Objecttrait Matchableclass AnyShow all
ValidationRule describes a validation rule written in the CEL expression language.
ValidationRule describes a validation rule written in the CEL expression language.
Attributes
- Companion
- object
- Source
- ValidationRule.scala
- Supertypes
Attributes
- Companion
- class
- Source
- ValidationRule.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValidationRule.type
Pointer for ValidationRule
Pointer for ValidationRule
Attributes
- Source
- ValidationRulePointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[ValidationRule]class Objecttrait Matchableclass AnyShow all
WebhookClientConfig contains the information to make a TLS connection with the webhook.
WebhookClientConfig contains the information to make a TLS connection with the webhook.
Attributes
- Companion
- object
- Source
- WebhookClientConfig.scala
- Supertypes
Attributes
- Companion
- class
- Source
- WebhookClientConfig.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WebhookClientConfig.type
Pointer for WebhookClientConfig
Pointer for WebhookClientConfig
Attributes
- Source
- WebhookClientConfigPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[WebhookClientConfig]class Objecttrait Matchableclass AnyShow all
WebhookConversion describes how to call a conversion webhook
WebhookConversion describes how to call a conversion webhook
Attributes
- Companion
- object
- Source
- WebhookConversion.scala
- Supertypes
Attributes
- Companion
- class
- Source
- WebhookConversion.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WebhookConversion.type
Pointer for WebhookConversion
Pointer for WebhookConversion
Attributes
- Source
- WebhookConversionPointer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Pointer[WebhookConversion]class Objecttrait Matchableclass AnyShow all