Packages

package namespaces

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

Type Members

  1. type Namespaces = Service

Value Members

  1. def create(newResource: Namespace, dryRun: Boolean = false): ZIO[Namespaces, K8sFailure, Namespace]
  2. def delete(name: String, deleteOptions: DeleteOptions, dryRun: Boolean = false, gracePeriod: Option[zio.Duration] = None, propagationPolicy: Option[PropagationPolicy] = None): ZIO[Namespaces, K8sFailure, Status]
  3. def get(name: String): ZIO[Namespaces, K8sFailure, Namespace]
  4. def getAll(chunkSize: Int = 10, fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None, resourceVersion: ListResourceVersion = ListResourceVersion.MostRecent): ZStream[Namespaces, K8sFailure, Namespace]
  5. def getStatus(name: String): ZIO[Namespaces, K8sFailure, Namespace]
  6. def replace(name: String, updatedResource: Namespace, dryRun: Boolean = false): ZIO[Namespaces, K8sFailure, Namespace]
  7. def replaceFinalize(name: String, updatedValue: Namespace, dryRun: Boolean = false): ZIO[Namespaces, K8sFailure, Namespace]
  8. def replaceStatus(of: Namespace, updatedStatus: NamespaceStatus, dryRun: Boolean = false): ZIO[Namespaces, K8sFailure, Namespace]
  9. def watch(resourceVersion: Option[String], fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None): ZStream[Namespaces, K8sFailure, TypedWatchEvent[Namespace]]
  10. def watchForever(resourceVersion: Option[String] = None, fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None): ZStream[Namespaces, K8sFailure, TypedWatchEvent[Namespace]]
  11. object Namespaces

Inherited from AnyRef

Inherited from Any

Ungrouped