Class SubscriptionSpecFluentImpl.ConfigNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionConfigFluentImpl<SubscriptionSpecFluent.ConfigNested<N>>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluentImpl.ConfigNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<SubscriptionSpecFluent.ConfigNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,io.fabric8.kubernetes.api.builder.Visitable<SubscriptionSpecFluent.ConfigNested<N>>
,SubscriptionConfigFluent<SubscriptionSpecFluent.ConfigNested<N>>
,SubscriptionSpecFluent.ConfigNested<N>
- Enclosing class:
- SubscriptionSpecFluentImpl<A extends SubscriptionSpecFluent<A>>
public class SubscriptionSpecFluentImpl.ConfigNestedImpl<N> extends SubscriptionConfigFluentImpl<SubscriptionSpecFluent.ConfigNested<N>> implements SubscriptionSpecFluent.ConfigNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionConfigFluentImpl
SubscriptionConfigFluentImpl.ResourcesNestedImpl<N>, SubscriptionConfigFluentImpl.SelectorNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionConfigFluent
SubscriptionConfigFluent.ResourcesNested<N>, SubscriptionConfigFluent.SelectorNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endConfig()
-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionConfigFluentImpl
addAllToEnv, addAllToEnvFrom, addAllToTolerations, addAllToVolumeMounts, addAllToVolumes, addNewToleration, addToEnv, addToEnv, addToEnvFrom, addToEnvFrom, addToNodeSelector, addToNodeSelector, addToTolerations, addToTolerations, addToVolumeMounts, addToVolumeMounts, addToVolumes, addToVolumes, buildResources, buildSelector, editOrNewResources, editOrNewResourcesLike, editOrNewSelector, editOrNewSelectorLike, editResources, editSelector, equals, getEnv, getEnv, getEnvFrom, getEnvFrom, getFirstEnv, getFirstEnvFrom, getFirstToleration, getFirstVolume, getFirstVolumeMount, getLastEnv, getLastEnvFrom, getLastToleration, getLastVolume, getLastVolumeMount, getMatchingEnv, getMatchingEnvFrom, getMatchingToleration, getMatchingVolume, getMatchingVolumeMount, getNodeSelector, getResources, getSelector, getToleration, getTolerations, getVolume, getVolumeMount, getVolumeMounts, getVolumes, hasEnv, hasEnvFrom, hashCode, hasMatchingEnv, hasMatchingEnvFrom, hasMatchingToleration, hasMatchingVolume, hasMatchingVolumeMount, hasNodeSelector, hasResources, hasSelector, hasTolerations, hasVolumeMounts, hasVolumes, removeAllFromEnv, removeAllFromEnvFrom, removeAllFromTolerations, removeAllFromVolumeMounts, removeAllFromVolumes, removeFromEnv, removeFromEnvFrom, removeFromNodeSelector, removeFromNodeSelector, removeFromTolerations, removeFromVolumeMounts, removeFromVolumes, setToEnv, setToEnvFrom, setToTolerations, setToVolumeMounts, setToVolumes, withEnv, withEnv, withEnvFrom, withEnvFrom, withNewResources, withNewResourcesLike, withNewSelector, withNewSelectorLike, withNodeSelector, withResources, withSelector, withTolerations, withTolerations, withVolumeMounts, withVolumeMounts, withVolumes, withVolumes
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionConfigFluent
addAllToEnv, addAllToEnvFrom, addAllToTolerations, addAllToVolumeMounts, addAllToVolumes, addNewToleration, addToEnv, addToEnv, addToEnvFrom, addToEnvFrom, addToNodeSelector, addToNodeSelector, addToTolerations, addToTolerations, addToVolumeMounts, addToVolumeMounts, addToVolumes, addToVolumes, buildResources, buildSelector, editOrNewResources, editOrNewResourcesLike, editOrNewSelector, editOrNewSelectorLike, editResources, editSelector, getEnv, getEnv, getEnvFrom, getEnvFrom, getFirstEnv, getFirstEnvFrom, getFirstToleration, getFirstVolume, getFirstVolumeMount, getLastEnv, getLastEnvFrom, getLastToleration, getLastVolume, getLastVolumeMount, getMatchingEnv, getMatchingEnvFrom, getMatchingToleration, getMatchingVolume, getMatchingVolumeMount, getNodeSelector, getResources, getSelector, getToleration, getTolerations, getVolume, getVolumeMount, getVolumeMounts, getVolumes, hasEnv, hasEnvFrom, hasMatchingEnv, hasMatchingEnvFrom, hasMatchingToleration, hasMatchingVolume, hasMatchingVolumeMount, hasNodeSelector, hasResources, hasSelector, hasTolerations, hasVolumeMounts, hasVolumes, removeAllFromEnv, removeAllFromEnvFrom, removeAllFromTolerations, removeAllFromVolumeMounts, removeAllFromVolumes, removeFromEnv, removeFromEnvFrom, removeFromNodeSelector, removeFromNodeSelector, removeFromTolerations, removeFromVolumeMounts, removeFromVolumes, setToEnv, setToEnvFrom, setToTolerations, setToVolumeMounts, setToVolumes, withEnv, withEnv, withEnvFrom, withEnvFrom, withNewResources, withNewResourcesLike, withNewSelector, withNewSelectorLike, withNodeSelector, withResources, withSelector, withTolerations, withTolerations, withVolumeMounts, withVolumeMounts, withVolumes, withVolumes
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
and
in interfaceio.fabric8.kubernetes.api.builder.Nested<N>
- Specified by:
and
in interfaceSubscriptionSpecFluent.ConfigNested<N>
-
endConfig
public N endConfig()
- Specified by:
endConfig
in interfaceSubscriptionSpecFluent.ConfigNested<N>
-
-