Class ListenerEntryStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryStatusFluent<ListenerEntryStatusBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryStatusBuilder
-
- All Implemented Interfaces:
Builder<ListenerEntryStatus>,Visitable<ListenerEntryStatusBuilder>,VisitableBuilder<ListenerEntryStatus,ListenerEntryStatusBuilder>
public class ListenerEntryStatusBuilder extends ListenerEntryStatusFluent<ListenerEntryStatusBuilder> implements VisitableBuilder<ListenerEntryStatus,ListenerEntryStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryStatusFluent
ListenerEntryStatusFluent.SupportedKindsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ListenerEntryStatusBuilder()ListenerEntryStatusBuilder(ListenerEntryStatus instance)ListenerEntryStatusBuilder(ListenerEntryStatusFluent<?> fluent)ListenerEntryStatusBuilder(ListenerEntryStatusFluent<?> fluent, ListenerEntryStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerEntryStatusbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryStatusFluent
addAllToConditions, addAllToSupportedKinds, addNewSupportedKind, addNewSupportedKind, addNewSupportedKindLike, addToAdditionalProperties, addToAdditionalProperties, addToConditions, addToConditions, addToSupportedKinds, addToSupportedKinds, buildFirstSupportedKind, buildLastSupportedKind, buildMatchingSupportedKind, buildSupportedKind, buildSupportedKinds, copyInstance, editFirstSupportedKind, editLastSupportedKind, editMatchingSupportedKind, editSupportedKind, equals, getAdditionalProperties, getAttachedRoutes, getCondition, getConditions, getFirstCondition, getLastCondition, getMatchingCondition, getName, hasAdditionalProperties, hasAttachedRoutes, hasConditions, hashCode, hasMatchingCondition, hasMatchingSupportedKind, hasName, hasSupportedKinds, removeAllFromConditions, removeAllFromSupportedKinds, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromConditions, removeFromSupportedKinds, removeMatchingFromSupportedKinds, setNewSupportedKindLike, setToConditions, setToSupportedKinds, toString, withAdditionalProperties, withAttachedRoutes, withConditions, withConditions, withName, withSupportedKinds, withSupportedKinds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ListenerEntryStatusBuilder
public ListenerEntryStatusBuilder()
-
ListenerEntryStatusBuilder
public ListenerEntryStatusBuilder(ListenerEntryStatusFluent<?> fluent)
-
ListenerEntryStatusBuilder
public ListenerEntryStatusBuilder(ListenerEntryStatus instance)
-
ListenerEntryStatusBuilder
public ListenerEntryStatusBuilder(ListenerEntryStatusFluent<?> fluent, ListenerEntryStatus instance)
-
-
Method Detail
-
build
public ListenerEntryStatus build()
- Specified by:
buildin interfaceBuilder<ListenerEntryStatus>
-
-