Package io.fabric8.kubernetes.api.model
Class GetOptionsFluentImpl<A extends GetOptionsFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GetOptionsFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,GetOptionsFluent<A>
- Direct Known Subclasses:
DoneableGetOptions,GetOptionsBuilder,KubeSchemaFluentImpl.GetOptionsNestedImpl,WatchEventFluentImpl.GetOptionsObjectNestedImpl
public class GetOptionsFluentImpl<A extends GetOptionsFluent<A>> extends BaseFluent<A> implements GetOptionsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GetOptionsFluentImpl()GetOptionsFluentImpl(GetOptions instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetApiVersion()StringgetKind()StringgetResourceVersion()BooleanhasApiVersion()BooleanhasKind()BooleanhasResourceVersion()AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewResourceVersion(String arg1)AwithNewResourceVersion(StringBuffer arg1)AwithNewResourceVersion(StringBuilder arg1)AwithResourceVersion(String resourceVersion)
-
Constructor Details
-
GetOptionsFluentImpl
public GetOptionsFluentImpl() -
GetOptionsFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getKind
- Specified by:
getKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withKind
- Specified by:
withKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
equals
-