spacelift workerpool v0.0.41

WorkerPool.spec.pod.customInitContainers[].env.valueFrom

WorkerPool is the Schema for the workerpools API

5 fields
WorkerPool.spec.pod.customInitContainers[].env.valueFrom fields and descriptions
Field / TypeDescription
apiVersion
string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kind
string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

metadata
object

No description provided.

object

WorkerPoolSpec defines the desired state of WorkerPool

  • x-kubernetes-validations: [{"message":"token and privateKey must both be set or both be unset","rule":"(has(self.token) \u0026\u0026 has(self.privateKey)) || (!has(self.token) \u0026\u0026 !has(self.privateKey))"},{"message":"pollCommsURL is required when commsProtocol is poll","rule":"self.commsProtocol != 'poll' || (has(self.pollCommsURL) \u0026\u0026 size(self.pollCommsURL) \u003e 0)"}]
object

WorkerPoolStatus defines the observed state of WorkerPool