Was this page helpful?
Caution
You're viewing documentation for a previous version of Scylla Operator. Switch to the latest stable version.
ScyllaOperatorConfig describes the Scylla Operator configuration.
Property |
Type |
Description |
---|---|---|
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 |
object |
||
object |
spec defines the desired state of the operator. |
|
object |
status defines the observed state of the operator. |
object
spec defines the desired state of the operator.
object
Property |
Type |
Description |
---|---|---|
scyllaUtilsImage |
string |
scyllaUtilsImage is a Scylla image used for running scylla utilities. |
status defines the observed state of the operator.
object
Was this page helpful?