Interface StatusDescriptorFluent<A extends StatusDescriptorFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
APIServiceDescriptionFluent.StatusDescriptorsNested<N>,CRDDescriptionFluent.StatusDescriptorsNested<N>
- All Known Implementing Classes:
APIServiceDescriptionFluentImpl.StatusDescriptorsNestedImpl,CRDDescriptionFluentImpl.StatusDescriptorsNestedImpl,StatusDescriptorBuilder,StatusDescriptorFluentImpl
public interface StatusDescriptorFluent<A extends StatusDescriptorFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getDescription
String getDescription()
-
hasDescription
Boolean hasDescription()
-
withNewDescription
A withNewDescription(StringBuilder arg1)
-
withNewDescription
A withNewDescription(StringBuffer arg1)
-
getDisplayName
String getDisplayName()
-
hasDisplayName
Boolean hasDisplayName()
-
withNewDisplayName
A withNewDisplayName(StringBuilder arg1)
-
withNewDisplayName
A withNewDisplayName(StringBuffer arg1)
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
getValue
String getValue()
-
hasValue
Boolean hasValue()
-
withNewValue
A withNewValue(StringBuilder arg1)
-
withNewValue
A withNewValue(StringBuffer arg1)
-
addAllToXDescriptors
A addAllToXDescriptors(Collection<String> items)
-
removeAllFromXDescriptors
A removeAllFromXDescriptors(Collection<String> items)
-
getXDescriptor
String getXDescriptor(int index)
-
getFirstXDescriptor
String getFirstXDescriptor()
-
getLastXDescriptor
String getLastXDescriptor()
-
hasXDescriptors
Boolean hasXDescriptors()
-
addNewXDescriptor
A addNewXDescriptor(StringBuilder arg1)
-
addNewXDescriptor
A addNewXDescriptor(StringBuffer arg1)
-
-