io.k8s.apimachinery.pkg.apis.meta.v1

Members list

Type members

Classlikes

final case class APIGroup(name: String, versions: Seq[GroupVersionForDiscovery], preferredVersion: Option[GroupVersionForDiscovery], serverAddressByClientCIDRs: Option[Seq[ServerAddressByClientCIDR]]) extends KObject

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 KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object APIGroup

Attributes

Companion
class
Source
APIGroup.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
APIGroup.type
final case class APIGroupList(groups: Seq[APIGroup]) extends KObject

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 KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object APIGroupList

Attributes

Companion
class
Source
APIGroupList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class APIResource(name: String, verbs: Seq[String], namespaced: Boolean, kind: String, singularName: String, version: Option[String], categories: Option[Seq[String]], shortNames: Option[Seq[String]], storageVersionHash: Option[String], group: Option[String])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object APIResource

Attributes

Companion
class
Source
APIResource.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class APIResourceList(groupVersion: String, resources: Seq[APIResource]) extends KObject

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 KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
APIResourceList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class APIVersions(serverAddressByClientCIDRs: Seq[ServerAddressByClientCIDR], versions: Seq[String]) extends KObject

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 KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object APIVersions

Attributes

Companion
class
Source
APIVersions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Condition(reason: String, status: String, lastTransitionTime: Time, message: String, `type`: String, observedGeneration: Option[Long])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Condition

Attributes

Companion
class
Source
Condition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Condition.type
final case class DeleteOptions(kind: String, apiVersion: String, orphanDependents: Option[Boolean], preconditions: Option[Preconditions], propagationPolicy: Option[String], gracePeriodSeconds: Option[Long], dryRun: Option[Seq[String]])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeleteOptions

Attributes

Companion
class
Source
DeleteOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FieldsV1()

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:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.

The exact format is defined in sigs.k8s.io/structured-merge-diff

Attributes

Companion
object
Source
FieldsV1.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FieldsV1

Attributes

Companion
class
Source
FieldsV1.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FieldsV1.type
final case class GroupVersionForDiscovery(groupVersion: String, version: String)

GroupVersion contains the "group/version" and "version" string of a version.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
GroupVersionForDiscovery.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LabelSelector(matchExpressions: Option[Seq[LabelSelectorRequirement]], matchLabels: Option[Map[String, String]])

A label selector is a label query over a set of resources.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LabelSelector

Attributes

Companion
class
Source
LabelSelector.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LabelSelectorRequirement(key: String, operator: String, values: Option[Seq[String]])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
LabelSelectorRequirement.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ListMeta(continue: Option[String], remainingItemCount: Option[Long], resourceVersion: Option[String], selfLink: Option[String])

ListMeta describes metadata that synthetic resources must have, including lists and various status objects.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ListMeta

Attributes

Companion
class
Source
ListMeta.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ListMeta.type
final case class ManagedFieldsEntry(operation: Option[String], manager: Option[String], fieldsV1: Option[FieldsV1], time: Option[Time], apiVersion: Option[String], fieldsType: Option[String], subresource: Option[String])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ManagedFieldsEntry.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class MicroTime(value: String) extends AnyVal

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 Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object MicroTime

Attributes

Companion
class
Source
MicroTime.scala
Supertypes
class Object
trait Matchable
class Any
Self type
MicroTime.type
final case class ObjectMeta(name: Option[String], ownerReferences: Option[Seq[OwnerReference]], creationTimestamp: Option[Time], generation: Option[Long], resourceVersion: Option[String], generateName: Option[String], deletionGracePeriodSeconds: Option[Long], selfLink: Option[String], finalizers: Option[Seq[String]], annotations: Option[Map[String, String]], managedFields: Option[Seq[ManagedFieldsEntry]], labels: Option[Map[String, String]], uid: Option[String], namespace: Option[String], deletionTimestamp: Option[Time])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ObjectMeta

Attributes

Companion
class
Source
ObjectMeta.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ObjectMeta.type
final case class OwnerReference(name: String, uid: String, kind: String, apiVersion: String, blockOwnerDeletion: Option[Boolean], controller: Option[Boolean])

OwnerReference contains enough information to let you identify an owning object.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
OwnerReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Preconditions(resourceVersion: Option[String], uid: Option[String])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Preconditions

Attributes

Companion
class
Source
Preconditions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ServerAddressByClientCIDR(clientCIDR: String, serverAddress: String)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ServerAddressByClientCIDR.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Status(kind: String, apiVersion: String, reason: Option[String], code: Option[Int], status: Option[String], details: Option[StatusDetails], metadata: Option[ListMeta], message: Option[String])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Status

Attributes

Companion
class
Source
Status.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type
final case class StatusCause(field: Option[String], message: Option[String], reason: Option[String])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StatusCause

Attributes

Companion
class
Source
StatusCause.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StatusDetails(name: Option[String], causes: Option[Seq[StatusCause]], uid: Option[String], kind: Option[String], retryAfterSeconds: Option[Int], group: Option[String])

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StatusDetails

Attributes

Companion
class
Source
StatusDetails.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Time(value: String) extends AnyVal

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.

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 Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object Time

Attributes

Companion
class
Source
Time.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Time.type
final case class WatchEvent(`object`: RawExtension, `type`: String)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object WatchEvent

Attributes

Companion
class
Source
WatchEvent.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
WatchEvent.type