Package-level declarations

Types

Link copied to clipboard
class FlowSchema : KotlinCustomResource

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".

Link copied to clipboard
data class FlowSchemaArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<FlowSchemaSpecArgs>? = null) : ConvertibleToJava<FlowSchemaArgs>

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".

Link copied to clipboard
Link copied to clipboard
class FlowSchemaList : KotlinCustomResource

FlowSchemaList is a list of FlowSchema objects.

Link copied to clipboard
data class FlowSchemaListArgs(val apiVersion: Output<String>? = null, val items: Output<List<FlowSchemaArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<FlowSchemaListArgs>

FlowSchemaList is a list of FlowSchema objects.

Link copied to clipboard
Link copied to clipboard
object FlowSchemaListMapper : ResourceMapper<FlowSchemaList>
Link copied to clipboard
object FlowSchemaMapper : ResourceMapper<FlowSchema>
Link copied to clipboard
class FlowSchemaPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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".

Link copied to clipboard
data class FlowSchemaPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<FlowSchemaSpecPatchArgs>? = null) : ConvertibleToJava<FlowSchemaPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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".

Link copied to clipboard
object FlowSchemaPatchMapper : ResourceMapper<FlowSchemaPatch>
Link copied to clipboard
Link copied to clipboard
class PriorityLevelConfiguration : KotlinCustomResource

PriorityLevelConfiguration represents the configuration of a priority level.

Link copied to clipboard
data class PriorityLevelConfigurationArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<PriorityLevelConfigurationSpecArgs>? = null) : ConvertibleToJava<PriorityLevelConfigurationArgs>

PriorityLevelConfiguration represents the configuration of a priority level.

Link copied to clipboard
class PriorityLevelConfigurationList : KotlinCustomResource

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.

Link copied to clipboard
data class PriorityLevelConfigurationListArgs(val apiVersion: Output<String>? = null, val items: Output<List<PriorityLevelConfigurationArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<PriorityLevelConfigurationListArgs>

PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.

Link copied to clipboard
class PriorityLevelConfigurationPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. PriorityLevelConfiguration represents the configuration of a priority level.

Link copied to clipboard
data class PriorityLevelConfigurationPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<PriorityLevelConfigurationSpecPatchArgs>? = null) : ConvertibleToJava<PriorityLevelConfigurationPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. PriorityLevelConfiguration represents the configuration of a priority level.

Functions