Package io.fabric8.kubernetes.api.model
Interface CapabilitiesFluent<A extends CapabilitiesFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
SecurityContextFluent.CapabilitiesNested<N>,WatchEventFluent.CapabilitiesObjectNested<N>
- All Known Implementing Classes:
CapabilitiesBuilder,CapabilitiesFluentImpl,DoneableCapabilities,SecurityContextFluentImpl.CapabilitiesNestedImpl,WatchEventFluentImpl.CapabilitiesObjectNestedImpl
public interface CapabilitiesFluent<A extends CapabilitiesFluent<A>> extends Fluent<A>
-
Method Summary
-
Method Details
-
addToAdd
-
setToAdd
-
addToAdd
-
addAllToAdd
-
removeFromAdd
-
removeAllFromAdd
-
getAdd
-
getAdd
-
getFirstAdd
String getFirstAdd() -
getLastAdd
String getLastAdd() -
getMatchingAdd
-
hasMatchingAdd
-
withAdd
-
withAdd
-
hasAdd
Boolean hasAdd() -
addNewAdd
-
addNewAdd
-
addNewAdd
-
addToDrop
-
setToDrop
-
addToDrop
-
addAllToDrop
-
removeFromDrop
-
removeAllFromDrop
-
getDrop
-
getDrop
-
getFirstDrop
String getFirstDrop() -
getLastDrop
String getLastDrop() -
getMatchingDrop
-
hasMatchingDrop
-
withDrop
-
withDrop
-
hasDrop
Boolean hasDrop() -
addNewDrop
-
addNewDrop
-
addNewDrop
-