Package org.cdk8s.plus24.k8s
Interface KubeFlowSchemaV1Beta2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaV1Beta2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.607Z") @Stability(Stable) public interface KubeFlowSchemaV1Beta2Props extends software.amazon.jsii.JsiiSerializable
FlowSchema defines the schema of a group of flows.Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeFlowSchemaV1Beta2Props.BuilderA builder forKubeFlowSchemaV1Beta2Propsstatic classKubeFlowSchemaV1Beta2Props.Jsii$ProxyAn implementation forKubeFlowSchemaV1Beta2Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaV1Beta2Props.Builderbuilder()default ObjectMetagetMetadata()`metadata` is the standard object's metadata.default FlowSchemaSpecV1Beta2getSpec()`spec` is the specification of the desired behavior of a FlowSchema.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
`metadata` is the standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default FlowSchemaSpecV1Beta2 getSpec()
`spec` is the specification of the desired behavior of a FlowSchema.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeFlowSchemaV1Beta2Props.Builder builder()
- Returns:
- a
KubeFlowSchemaV1Beta2Props.BuilderofKubeFlowSchemaV1Beta2Props
-
-