| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
FeatureGate |
ValidationSchema.getFeatureGate() |
FeatureGate |
KubeSchema.getFeatureGate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setFeatureGate(FeatureGate featureGate) |
void |
KubeSchema.setFeatureGate(FeatureGate featureGate) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
APIServer aPIServer,
APIServerList aPIServerList,
Authentication authentication,
AuthenticationList authenticationList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
Build build,
BuildList buildList,
ClusterOperator clusterOperator,
ClusterOperatorList clusterOperatorList,
ClusterVersion clusterVersion,
ClusterVersionList clusterVersionList,
ConfigMapFileReference configMapFileReference,
Console console,
ConsoleList consoleList,
DNS dns,
DNSList dNSList,
DNSZone dNSZone,
FeatureGate featureGate,
FeatureGateList featureGateList,
Image image,
ImageContentPolicy imageContentPolicy,
ImageContentPolicyList imageContentPolicyList,
ImageDigestMirrorSet imageDigestMirrorSet,
ImageDigestMirrorSetList imageDigestMirrorSetList,
ImageList imageList,
ImageTagMirrorSet imageTagMirrorSet,
ImageTagMirrorSetList imageTagMirrorSetList,
io.fabric8.kubernetes.api.model.version.Info info,
Infrastructure infrastructure,
InfrastructureList infrastructureList,
Ingress ingress,
IngressList ingressList,
Network network,
NetworkList networkList,
OAuth oAuth,
OAuthList oAuthList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
OperatorHub operatorHub,
OperatorHubList operatorHubList,
io.fabric8.kubernetes.api.model.Patch patch,
Project project,
ProjectList projectList,
Proxy proxy,
ProxyList proxyList,
io.fabric8.kubernetes.api.model.authorization.v1.ResourceAttributes resourceAttributes,
Scheduler scheduler,
SchedulerList schedulerList,
SecretNameReference secretNameReference,
io.fabric8.kubernetes.api.model.Status status,
TLSProfileSpec tLSProfileSpec,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
ValidationSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
APIServer aPIServer,
APIServerList aPIServerList,
Authentication authentication,
AuthenticationList authenticationList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
Build build,
BuildList buildList,
ClusterOperator clusterOperator,
ClusterOperatorList clusterOperatorList,
ClusterVersion clusterVersion,
ClusterVersionList clusterVersionList,
ConfigMapFileReference configMapFileReference,
Console console,
ConsoleList consoleList,
DNS dns,
DNSList dNSList,
DNSZone dNSZone,
FeatureGate featureGate,
FeatureGateList featureGateList,
Image image,
ImageContentPolicy imageContentPolicy,
ImageContentPolicyList imageContentPolicyList,
ImageDigestMirrorSet imageDigestMirrorSet,
ImageDigestMirrorSetList imageDigestMirrorSetList,
ImageList imageList,
ImageTagMirrorSet imageTagMirrorSet,
ImageTagMirrorSetList imageTagMirrorSetList,
io.fabric8.kubernetes.api.model.version.Info info,
Infrastructure infrastructure,
InfrastructureList infrastructureList,
Ingress ingress,
IngressList ingressList,
Network network,
NetworkList networkList,
OAuth oAuth,
OAuthList oAuthList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
OperatorHub operatorHub,
OperatorHubList operatorHubList,
io.fabric8.kubernetes.api.model.Patch patch,
Project project,
ProjectList projectList,
Proxy proxy,
ProxyList proxyList,
io.fabric8.kubernetes.api.model.authorization.v1.ResourceAttributes resourceAttributes,
Scheduler scheduler,
SchedulerList schedulerList,
SecretNameReference secretNameReference,
io.fabric8.kubernetes.api.model.Status status,
TLSProfileSpec tLSProfileSpec,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
| Modifier and Type | Method and Description |
|---|---|
FeatureGate |
FeatureGateBuilder.build() |
FeatureGate |
FeatureGateListFluent.buildFirstItem() |
FeatureGate |
FeatureGateListFluent.buildItem(int index) |
FeatureGate |
FeatureGateListFluent.buildLastItem() |
FeatureGate |
FeatureGateListFluent.buildMatchingItem(Predicate<FeatureGateBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureGate> |
FeatureGateListFluent.buildItems() |
List<FeatureGate> |
FeatureGateList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
FeatureGateListFluent.ItemsNested<A> |
FeatureGateListFluent.addNewItemLike(FeatureGate item) |
A |
FeatureGateListFluent.addToItems(FeatureGate... items) |
A |
FeatureGateListFluent.addToItems(int index,
FeatureGate item) |
protected void |
FeatureGateFluent.copyInstance(FeatureGate instance) |
A |
FeatureGateListFluent.removeFromItems(FeatureGate... items) |
FeatureGateListFluent.ItemsNested<A> |
FeatureGateListFluent.setNewItemLike(int index,
FeatureGate item) |
A |
FeatureGateListFluent.setToItems(int index,
FeatureGate item) |
A |
FeatureGateListFluent.withItems(FeatureGate... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
FeatureGateListFluent.addAllToItems(Collection<FeatureGate> items) |
A |
FeatureGateListFluent.removeAllFromItems(Collection<FeatureGate> items) |
void |
FeatureGateList.setItems(List<FeatureGate> items) |
A |
FeatureGateListFluent.withItems(List<FeatureGate> items) |
| Constructor and Description |
|---|
FeatureGateBuilder(FeatureGate instance) |
FeatureGateBuilder(FeatureGateFluent<?> fluent,
FeatureGate instance) |
FeatureGateFluent(FeatureGate instance) |
| Constructor and Description |
|---|
FeatureGateList(String apiVersion,
List<FeatureGate> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.