Class CSISnapshotControllerSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<CSISnapshotControllerSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class CSISnapshotControllerSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<CSISnapshotControllerSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSISnapshotControllerSpec()No args constructor for use in serializationCSISnapshotControllerSpec(String logLevel, String managementState, Object observedConfig, String operatorLogLevel, Object unsupportedConfigOverrides)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSISnapshotControllerSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLogLevel()logLevel is an intent based logging for an overall component.StringgetManagementState()managementState indicates whether and how the operator should manage the componentObjectgetObservedConfig()CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.StringgetOperatorLogLevel()operatorLogLevel is an intent based logging for the operator itself.ObjectgetUnsupportedConfigOverrides()CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLogLevel(String logLevel)logLevel is an intent based logging for an overall component.voidsetManagementState(String managementState)managementState indicates whether and how the operator should manage the componentvoidsetObservedConfig(Object observedConfig)CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.voidsetOperatorLogLevel(String operatorLogLevel)operatorLogLevel is an intent based logging for the operator itself.voidsetUnsupportedConfigOverrides(Object unsupportedConfigOverrides)CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.CSISnapshotControllerSpecBuildertoBuilder()
-
-
-
Method Detail
-
getLogLevel
public String getLogLevel()
logLevel is an intent based logging for an overall component. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for their operands.Valid values are: "Normal", "Debug", "Trace", "TraceAll". Defaults to "Normal".
-
setLogLevel
public void setLogLevel(String logLevel)
logLevel is an intent based logging for an overall component. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for their operands.Valid values are: "Normal", "Debug", "Trace", "TraceAll". Defaults to "Normal".
-
getManagementState
public String getManagementState()
managementState indicates whether and how the operator should manage the component
-
setManagementState
public void setManagementState(String managementState)
managementState indicates whether and how the operator should manage the component
-
getObservedConfig
public Object getObservedConfig()
CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.
-
setObservedConfig
public void setObservedConfig(Object observedConfig)
CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.
-
getOperatorLogLevel
public String getOperatorLogLevel()
operatorLogLevel is an intent based logging for the operator itself. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for themselves.Valid values are: "Normal", "Debug", "Trace", "TraceAll". Defaults to "Normal".
-
setOperatorLogLevel
public void setOperatorLogLevel(String operatorLogLevel)
operatorLogLevel is an intent based logging for the operator itself. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for themselves.Valid values are: "Normal", "Debug", "Trace", "TraceAll". Defaults to "Normal".
-
getUnsupportedConfigOverrides
public Object getUnsupportedConfigOverrides()
CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.
-
setUnsupportedConfigOverrides
public void setUnsupportedConfigOverrides(Object unsupportedConfigOverrides)
CSISnapshotControllerSpec is the specification of the desired behavior of the CSISnapshotController operator.
-
edit
public CSISnapshotControllerSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CSISnapshotControllerSpecBuilder>
-
toBuilder
public CSISnapshotControllerSpecBuilder toBuilder()
-
-