| Package | Description |
|---|---|
| me.snowdrop.istio.api.policy.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
RuleSpec |
RuleSpecBuilder.build() |
RuleSpec |
RuleFluent.buildSpec() |
RuleSpec |
RuleFluentImpl.buildSpec() |
RuleSpec |
DoneableRuleSpec.done() |
RuleSpec |
Rule.getSpec() |
RuleSpec |
RuleFluent.getSpec()
Deprecated.
|
RuleSpec |
RuleFluentImpl.getSpec()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RuleFluent.SpecNested<A> |
RuleFluent.editOrNewSpecLike(RuleSpec item) |
RuleFluent.SpecNested<A> |
RuleFluentImpl.editOrNewSpecLike(RuleSpec item) |
void |
Rule.setSpec(RuleSpec spec) |
RuleFluent.SpecNested<A> |
RuleFluent.withNewSpecLike(RuleSpec item) |
RuleFluent.SpecNested<A> |
RuleFluentImpl.withNewSpecLike(RuleSpec item) |
A |
RuleFluent.withSpec(RuleSpec spec) |
A |
RuleFluentImpl.withSpec(RuleSpec spec) |
| Constructor and Description |
|---|
DoneableRuleSpec(RuleSpec item) |
DoneableRuleSpec(RuleSpec item,
io.fabric8.kubernetes.api.builder.Function<RuleSpec,RuleSpec> function) |
Rule(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
RuleSpec spec) |
RuleSpecBuilder(RuleSpec instance) |
RuleSpecBuilder(RuleSpec instance,
Boolean validationEnabled) |
RuleSpecBuilder(RuleSpecFluent<?> fluent,
RuleSpec instance) |
RuleSpecBuilder(RuleSpecFluent<?> fluent,
RuleSpec instance,
Boolean validationEnabled) |
RuleSpecBuilder(RuleSpecFluent<?> fluent,
RuleSpec instance,
javax.validation.Validator validator) |
RuleSpecBuilder(RuleSpec instance,
javax.validation.Validator validator) |
RuleSpecFluentImpl(RuleSpec instance) |
| Constructor and Description |
|---|
DoneableRuleSpec(io.fabric8.kubernetes.api.builder.Function<RuleSpec,RuleSpec> function) |
DoneableRuleSpec(io.fabric8.kubernetes.api.builder.Function<RuleSpec,RuleSpec> function) |
DoneableRuleSpec(RuleSpec item,
io.fabric8.kubernetes.api.builder.Function<RuleSpec,RuleSpec> function) |
DoneableRuleSpec(RuleSpec item,
io.fabric8.kubernetes.api.builder.Function<RuleSpec,RuleSpec> function) |
Copyright © 2017–2018 Red Hat. All rights reserved.