Interface MutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Implementing Classes:
DoneableMutatingWebhookConfigurationList,MutatingWebhookConfigurationListBuilder,MutatingWebhookConfigurationListFluentImpl
public interface MutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMutatingWebhookConfigurationListFluent.ItemsNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
addToItems
-
setToItems
-
addToItems
-
addAllToItems
-
removeFromItems
-
removeAllFromItems
-
removeMatchingFromItems
A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate) -
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Returns:
- The buildable object.
-
buildItems
List<MutatingWebhookConfiguration> buildItems() -
buildItem
-
buildFirstItem
MutatingWebhookConfiguration buildFirstItem() -
buildLastItem
MutatingWebhookConfiguration buildLastItem() -
buildMatchingItem
MutatingWebhookConfiguration buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate) -
hasMatchingItem
Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate) -
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
MutatingWebhookConfigurationListFluent.ItemsNested<A> addNewItem() -
addNewItemLike
MutatingWebhookConfigurationListFluent.ItemsNested<A> addNewItemLike(MutatingWebhookConfiguration item) -
setNewItemLike
MutatingWebhookConfigurationListFluent.ItemsNested<A> setNewItemLike(int index, MutatingWebhookConfiguration item) -
editItem
-
editFirstItem
MutatingWebhookConfigurationListFluent.ItemsNested<A> editFirstItem() -
editLastItem
MutatingWebhookConfigurationListFluent.ItemsNested<A> editLastItem() -
editMatchingItem
MutatingWebhookConfigurationListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate) -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
io.fabric8.kubernetes.api.model.ListMeta getMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
-