public interface StatusDescriptorFluent<A extends StatusDescriptorFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getDisplayName()
Boolean hasDisplayName()
@Deprecated A withNewDisplayName(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
A addAllToXDescriptors(Collection<String> items)
A removeAllFromXDescriptors(Collection<String> items)
String getXDescriptor(int index)
String getFirstXDescriptor()
String getLastXDescriptor()
Boolean hasXDescriptors()
Copyright © 2015–2022 Red Hat. All rights reserved.