Package io.strimzi.api.kafka.model
Interface SystemPropertyFluent<A extends SystemPropertyFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JvmOptionsFluent.JavaSystemPropertiesNested<N>
- All Known Implementing Classes:
JvmOptionsFluentImpl.JavaSystemPropertiesNestedImpl,SystemPropertyBuilder,SystemPropertyFluentImpl
public interface SystemPropertyFluent<A extends SystemPropertyFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation for SystemProperty variables for Strimzi containers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()StringgetValue()BooleanhasName()BooleanhasValue()AwithName(String name)AwithNewName(String original)Deprecated.AwithNewValue(String original)Deprecated.AwithValue(String value)
-
-
-
Method Detail
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
@Deprecated A withNewName(String original)
Deprecated.
-
getValue
String getValue()
-
hasValue
Boolean hasValue()
-
withNewValue
@Deprecated A withNewValue(String original)
Deprecated.
-
-