Packages

p

com.coralogix.zio.k8s.client.v1

serviceaccounts

package serviceaccounts

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

Type Members

  1. type ServiceAccounts = Service

Value Members

  1. def create(newResource: ServiceAccount, namespace: K8sNamespace, dryRun: Boolean = false): ZIO[ServiceAccounts, K8sFailure, ServiceAccount]
  2. def createToken(name: String, value: TokenRequest, namespace: K8sNamespace, dryRun: Boolean = false): ZIO[ServiceAccounts, K8sFailure, TokenRequest]
  3. def delete(name: String, deleteOptions: DeleteOptions, namespace: K8sNamespace, dryRun: Boolean = false, gracePeriod: Option[zio.Duration] = None, propagationPolicy: Option[PropagationPolicy] = None): ZIO[ServiceAccounts, K8sFailure, ServiceAccount]
  4. def deleteAll(deleteOptions: DeleteOptions, namespace: K8sNamespace, dryRun: Boolean = false, gracePeriod: Option[zio.Duration] = None, propagationPolicy: Option[PropagationPolicy] = None, fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None): ZIO[ServiceAccounts, K8sFailure, Status]
  5. def get(name: String, namespace: K8sNamespace): ZIO[ServiceAccounts, K8sFailure, ServiceAccount]
  6. def getAll(namespace: Option[K8sNamespace], chunkSize: Int = 10, fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None, resourceVersion: ListResourceVersion = ListResourceVersion.MostRecent): ZStream[ServiceAccounts, K8sFailure, ServiceAccount]
  7. def replace(name: String, updatedResource: ServiceAccount, namespace: K8sNamespace, dryRun: Boolean = false): ZIO[ServiceAccounts, K8sFailure, ServiceAccount]
  8. def watch(namespace: Option[K8sNamespace], resourceVersion: Option[String], fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None): ZStream[ServiceAccounts, K8sFailure, TypedWatchEvent[ServiceAccount]]
  9. def watchForever(namespace: Option[K8sNamespace], resourceVersion: Option[String] = None, fieldSelector: Option[FieldSelector] = None, labelSelector: Option[LabelSelector] = None): ZStream[ServiceAccounts, K8sFailure, TypedWatchEvent[ServiceAccount]]
  10. object ServiceAccounts

Inherited from AnyRef

Inherited from Any

Ungrouped