Packages

object Registration

Registers CRD objects

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Registration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def registerIfMissing[T](customResourceDefinition: ZIO[Any, Throwable, CustomResourceDefinition])(implicit metadata: ResourceMetadata[T]): ZIO[CustomResourceDefinitions, Throwable, Unit]

    Register a Custom Resource Definition if it is not registered yet

    Register a Custom Resource Definition if it is not registered yet

    When using the zio-k8s-crd plugin, the effect to provide the custom resource definition is automatically generated.

    T

    Resource type

    customResourceDefinition

    Effect returning the custom resource definition

    metadata

    Resource metadata