Class MutatingWebhookConfigurationListFluentImpl<A extends MutatingWebhookConfigurationListFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.admissionregistration.v1.MutatingWebhookConfigurationListFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,MutatingWebhookConfigurationListFluent<A>
- Direct Known Subclasses:
DoneableMutatingWebhookConfigurationList,MutatingWebhookConfigurationListBuilder
public class MutatingWebhookConfigurationListFluentImpl<A extends MutatingWebhookConfigurationListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MutatingWebhookConfigurationListFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMutatingWebhookConfigurationListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.admissionregistration.v1.MutatingWebhookConfigurationListFluent
MutatingWebhookConfigurationListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description MutatingWebhookConfigurationListFluentImpl()MutatingWebhookConfigurationListFluentImpl(MutatingWebhookConfigurationList instance) -
Method Summary
-
Constructor Details
-
MutatingWebhookConfigurationListFluentImpl
public MutatingWebhookConfigurationListFluentImpl() -
MutatingWebhookConfigurationListFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate)- Specified by:
removeMatchingFromItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
buildLastItem
- Specified by:
buildLastItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
buildMatchingItem
public MutatingWebhookConfiguration buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate)- Specified by:
buildMatchingItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate)- Specified by:
hasMatchingItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
addNewItemLike
public MutatingWebhookConfigurationListFluent.ItemsNested<A> addNewItemLike(MutatingWebhookConfiguration item)- Specified by:
addNewItemLikein interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
setNewItemLike
public MutatingWebhookConfigurationListFluent.ItemsNested<A> setNewItemLike(int index, MutatingWebhookConfiguration item)- Specified by:
setNewItemLikein interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
editMatchingItem
public MutatingWebhookConfigurationListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<MutatingWebhookConfigurationBuilder> predicate)- Specified by:
editMatchingItemin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()- Specified by:
getMetadatain interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)- Specified by:
withNewMetadatain interfaceMutatingWebhookConfigurationListFluent<A extends MutatingWebhookConfigurationListFluent<A>>
-
equals
-