trait K8sObjectOps[T] extends AnyRef
Extension methods for Kubernetes resources
This is a common implementation for all the implicit classes providing extension methods for the generated Kuberentes model types. The extension methods are just delegating the calls to the resource's K8sObject implementation.
- T
Resource type to be extended
- Alphabetic
- By Inheritance
- K8sObjectOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attachOwner(ownerName: String, ownerUid: String, ownerType: K8sResourceType, kind: String): T
Attach another resource as the owner of this one
Attach another resource as the owner of this one
- ownerName
Owner's name
- ownerUid
Owner's UID
- ownerType
Owner's resource type metadata
- kind
Owner's resource kind
- returns
Object with the attached owner described in its metadata
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
generation: Long
Gets the geneation of the object or 0 if it is new
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getMetadata: IO[K8sFailure, ObjectMeta]
Gets the metadata of the object and fail with com.coralogix.zio.k8s.client.UndefinedField if it is not present
-
def
getName: IO[K8sFailure, String]
Gets the name of the object and fail with com.coralogix.zio.k8s.client.UndefinedField if it is not present
-
def
getUid: IO[K8sFailure, String]
Gets the UID of the object and fail with com.coralogix.zio.k8s.client.UndefinedField if it is not present
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOwnedBy[OwnerT](owner: OwnerT)(implicit arg0: K8sObject[OwnerT], arg1: ResourceMetadata[OwnerT]): Boolean
Verifies ownership between the resources
Verifies ownership between the resources
- OwnerT
Type of the owner resource
- owner
Possible owner of this resource
- returns
True if owner owns this resource
-
def
mapMetadata(f: (ObjectMeta) ⇒ ObjectMeta): T
Creates a new object with its metadata modified by the given function f
Creates a new object with its metadata modified by the given function f
- f
Function to modify the object's metadata with
- returns
Object with modified metadata
-
def
metadata: Optional[ObjectMeta]
Gets the metadata of the object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tryAttachOwner[OwnerT](owner: OwnerT)(implicit arg0: K8sObject[OwnerT], arg1: ResourceMetadata[OwnerT]): IO[K8sFailure, T]
Tries to attach another resource as the owner of this one.
Tries to attach another resource as the owner of this one. Can fail with com.coralogix.zio.k8s.client.UndefinedField if the owner does not have all the required metadata.
- OwnerT
Type of the owner
- owner
Owner resource
- returns
Object with the attached owner described in its metadata
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated