io.k8s.apimachinery.pkg.apis.meta.v1
Members list
Type members
Classlikes
APIGroup contains the name, the supported versions, and the preferred version of a group.
APIGroup contains the name, the supported versions, and the preferred version of a group.
Attributes
- Companion
- object
- Source
- APIGroup.scala
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- APIGroup.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIGroup.type
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Attributes
- Companion
- object
- Source
- APIGroupList.scala
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- APIGroupList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIGroupList.type
APIResource specifies the name of a resource and whether it is namespaced.
APIResource specifies the name of a resource and whether it is namespaced.
Attributes
- Companion
- object
- Source
- APIResource.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- APIResource.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIResource.type
APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.
APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.
Attributes
- Companion
- object
- Source
- APIResourceList.scala
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- APIResourceList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIResourceList.type
APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.
APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.
Attributes
- Companion
- object
- Source
- APIVersions.scala
- Supertypes
-
trait KObjecttrait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- APIVersions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
APIVersions.type
Condition contains details for one aspect of the current state of this API Resource.
Condition contains details for one aspect of the current state of this API Resource.
Attributes
- Companion
- object
- Source
- Condition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- Condition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Condition.type
DeleteOptions may be provided when deleting an API object.
DeleteOptions may be provided when deleting an API object.
Attributes
- Companion
- object
- Source
- DeleteOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- DeleteOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DeleteOptions.type
FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.
FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.
Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:
The exact format is defined in sigs.k8s.io/structured-merge-diff
Attributes
- Companion
- object
- Source
- FieldsV1.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- FieldsV1.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FieldsV1.type
GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
Attributes
- Companion
- object
- Source
- GroupVersionForDiscovery.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- GroupVersionForDiscovery.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
Attributes
- Companion
- object
- Source
- LabelSelector.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- LabelSelector.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LabelSelector.type
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
Attributes
- Companion
- object
- Source
- LabelSelectorRequirement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- LabelSelectorRequirement.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
Attributes
- Companion
- object
- Source
- ListMeta.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ListMeta.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListMeta.type
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Attributes
- Companion
- object
- Source
- ManagedFieldsEntry.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ManagedFieldsEntry.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ManagedFieldsEntry.type
MicroTime is version of Time with microsecond level precision.
MicroTime is version of Time with microsecond level precision.
Attributes
- Companion
- object
- Source
- MicroTime.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass AnyValtrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- MicroTime.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MicroTime.type
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
Attributes
- Companion
- object
- Source
- ObjectMeta.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ObjectMeta.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ObjectMeta.type
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
Attributes
- Companion
- object
- Source
- OwnerReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- OwnerReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OwnerReference.type
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Attributes
- Companion
- object
- Source
- Preconditions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- Preconditions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Preconditions.type
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Attributes
- Companion
- object
- Source
- ServerAddressByClientCIDR.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ServerAddressByClientCIDR.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Status is a return value for calls that don't return other objects.
Status is a return value for calls that don't return other objects.
Attributes
- Companion
- object
- Source
- Status.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- Status.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Status.type
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
Attributes
- Companion
- object
- Source
- StatusCause.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- StatusCause.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StatusCause.type
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
Attributes
- Companion
- object
- Source
- StatusDetails.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- StatusDetails.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StatusDetails.type
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Attributes
- Companion
- object
- Source
- Time.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass AnyValtrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- Time.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Time.type
Event represents a single event to a watched resource.
Event represents a single event to a watched resource.
Attributes
- Companion
- object
- Source
- WatchEvent.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- WatchEvent.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WatchEvent.type