v1

package
v0.0.0-...-991d974 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KfDef

type KfDef struct {
	pulumi.CustomResourceState

	ApiVersion pulumi.StringPtrOutput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrOutput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrOutput `pulumi:"metadata"`
	// KfDefSpec defines the desired state of KfDef
	Spec pulumi.MapOutput `pulumi:"spec"`
	// KfDefStatus defines the observed state of KfDef
	Status pulumi.MapOutput `pulumi:"status"`
}

KfDef is the Schema for the kfdefs API

func GetKfDef

func GetKfDef(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *KfDefState, opts ...pulumi.ResourceOption) (*KfDef, error)

GetKfDef gets an existing KfDef resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewKfDef

func NewKfDef(ctx *pulumi.Context,
	name string, args *KfDefArgs, opts ...pulumi.ResourceOption) (*KfDef, error)

NewKfDef registers a new resource with the given unique name, arguments, and options.

type KfDefArgs

type KfDefArgs struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	// KfDefSpec defines the desired state of KfDef
	Spec pulumi.MapInput
	// KfDefStatus defines the observed state of KfDef
	Status pulumi.MapInput
}

The set of arguments for constructing a KfDef resource.

func (KfDefArgs) ElementType

func (KfDefArgs) ElementType() reflect.Type

type KfDefMetadata

type KfDefMetadata struct {
}

type KfDefMetadataArgs

type KfDefMetadataArgs struct {
}

func (KfDefMetadataArgs) ElementType

func (KfDefMetadataArgs) ElementType() reflect.Type

func (KfDefMetadataArgs) ToKfDefMetadataOutput

func (i KfDefMetadataArgs) ToKfDefMetadataOutput() KfDefMetadataOutput

func (KfDefMetadataArgs) ToKfDefMetadataOutputWithContext

func (i KfDefMetadataArgs) ToKfDefMetadataOutputWithContext(ctx context.Context) KfDefMetadataOutput

type KfDefMetadataInput

type KfDefMetadataInput interface {
	pulumi.Input

	ToKfDefMetadataOutput() KfDefMetadataOutput
	ToKfDefMetadataOutputWithContext(context.Context) KfDefMetadataOutput
}

KfDefMetadataInput is an input type that accepts KfDefMetadataArgs and KfDefMetadataOutput values. You can construct a concrete instance of `KfDefMetadataInput` via:

KfDefMetadataArgs{...}

type KfDefMetadataOutput

type KfDefMetadataOutput struct{ *pulumi.OutputState }

func (KfDefMetadataOutput) ElementType

func (KfDefMetadataOutput) ElementType() reflect.Type

func (KfDefMetadataOutput) ToKfDefMetadataOutput

func (o KfDefMetadataOutput) ToKfDefMetadataOutput() KfDefMetadataOutput

func (KfDefMetadataOutput) ToKfDefMetadataOutputWithContext

func (o KfDefMetadataOutput) ToKfDefMetadataOutputWithContext(ctx context.Context) KfDefMetadataOutput

type KfDefSpec

type KfDefSpec struct {
}

KfDefSpec defines the desired state of KfDef

type KfDefSpecArgs

type KfDefSpecArgs struct {
}

KfDefSpec defines the desired state of KfDef

func (KfDefSpecArgs) ElementType

func (KfDefSpecArgs) ElementType() reflect.Type

func (KfDefSpecArgs) ToKfDefSpecOutput

func (i KfDefSpecArgs) ToKfDefSpecOutput() KfDefSpecOutput

func (KfDefSpecArgs) ToKfDefSpecOutputWithContext

func (i KfDefSpecArgs) ToKfDefSpecOutputWithContext(ctx context.Context) KfDefSpecOutput

type KfDefSpecInput

type KfDefSpecInput interface {
	pulumi.Input

	ToKfDefSpecOutput() KfDefSpecOutput
	ToKfDefSpecOutputWithContext(context.Context) KfDefSpecOutput
}

KfDefSpecInput is an input type that accepts KfDefSpecArgs and KfDefSpecOutput values. You can construct a concrete instance of `KfDefSpecInput` via:

KfDefSpecArgs{...}

type KfDefSpecOutput

type KfDefSpecOutput struct{ *pulumi.OutputState }

KfDefSpec defines the desired state of KfDef

func (KfDefSpecOutput) ElementType

func (KfDefSpecOutput) ElementType() reflect.Type

func (KfDefSpecOutput) ToKfDefSpecOutput

func (o KfDefSpecOutput) ToKfDefSpecOutput() KfDefSpecOutput

func (KfDefSpecOutput) ToKfDefSpecOutputWithContext

func (o KfDefSpecOutput) ToKfDefSpecOutputWithContext(ctx context.Context) KfDefSpecOutput

type KfDefState

type KfDefState struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	// KfDefSpec defines the desired state of KfDef
	Spec pulumi.MapInput
	// KfDefStatus defines the observed state of KfDef
	Status pulumi.MapInput
}

func (KfDefState) ElementType

func (KfDefState) ElementType() reflect.Type

type KfDefStatus

type KfDefStatus struct {
}

KfDefStatus defines the observed state of KfDef

type KfDefStatusArgs

type KfDefStatusArgs struct {
}

KfDefStatus defines the observed state of KfDef

func (KfDefStatusArgs) ElementType

func (KfDefStatusArgs) ElementType() reflect.Type

func (KfDefStatusArgs) ToKfDefStatusOutput

func (i KfDefStatusArgs) ToKfDefStatusOutput() KfDefStatusOutput

func (KfDefStatusArgs) ToKfDefStatusOutputWithContext

func (i KfDefStatusArgs) ToKfDefStatusOutputWithContext(ctx context.Context) KfDefStatusOutput

type KfDefStatusInput

type KfDefStatusInput interface {
	pulumi.Input

	ToKfDefStatusOutput() KfDefStatusOutput
	ToKfDefStatusOutputWithContext(context.Context) KfDefStatusOutput
}

KfDefStatusInput is an input type that accepts KfDefStatusArgs and KfDefStatusOutput values. You can construct a concrete instance of `KfDefStatusInput` via:

KfDefStatusArgs{...}

type KfDefStatusOutput

type KfDefStatusOutput struct{ *pulumi.OutputState }

KfDefStatus defines the observed state of KfDef

func (KfDefStatusOutput) ElementType

func (KfDefStatusOutput) ElementType() reflect.Type

func (KfDefStatusOutput) ToKfDefStatusOutput

func (o KfDefStatusOutput) ToKfDefStatusOutput() KfDefStatusOutput

func (KfDefStatusOutput) ToKfDefStatusOutputWithContext

func (o KfDefStatusOutput) ToKfDefStatusOutputWithContext(ctx context.Context) KfDefStatusOutput

type KfDefType

type KfDefType struct {
	ApiVersion *string            `pulumi:"apiVersion"`
	Kind       *string            `pulumi:"kind"`
	Metadata   *metav1.ObjectMeta `pulumi:"metadata"`
	// KfDefSpec defines the desired state of KfDef
	Spec map[string]interface{} `pulumi:"spec"`
	// KfDefStatus defines the observed state of KfDef
	Status map[string]interface{} `pulumi:"status"`
}

KfDef is the Schema for the kfdefs API

type KfDefTypeArgs

type KfDefTypeArgs struct {
	ApiVersion pulumi.StringPtrInput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrInput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrInput `pulumi:"metadata"`
	// KfDefSpec defines the desired state of KfDef
	Spec pulumi.MapInput `pulumi:"spec"`
	// KfDefStatus defines the observed state of KfDef
	Status pulumi.MapInput `pulumi:"status"`
}

KfDef is the Schema for the kfdefs API

func (KfDefTypeArgs) ElementType

func (KfDefTypeArgs) ElementType() reflect.Type

func (KfDefTypeArgs) ToKfDefTypeOutput

func (i KfDefTypeArgs) ToKfDefTypeOutput() KfDefTypeOutput

func (KfDefTypeArgs) ToKfDefTypeOutputWithContext

func (i KfDefTypeArgs) ToKfDefTypeOutputWithContext(ctx context.Context) KfDefTypeOutput

type KfDefTypeInput

type KfDefTypeInput interface {
	pulumi.Input

	ToKfDefTypeOutput() KfDefTypeOutput
	ToKfDefTypeOutputWithContext(context.Context) KfDefTypeOutput
}

KfDefTypeInput is an input type that accepts KfDefTypeArgs and KfDefTypeOutput values. You can construct a concrete instance of `KfDefTypeInput` via:

KfDefTypeArgs{...}

type KfDefTypeOutput

type KfDefTypeOutput struct{ *pulumi.OutputState }

KfDef is the Schema for the kfdefs API

func (KfDefTypeOutput) ApiVersion

func (o KfDefTypeOutput) ApiVersion() pulumi.StringPtrOutput

func (KfDefTypeOutput) ElementType

func (KfDefTypeOutput) ElementType() reflect.Type

func (KfDefTypeOutput) Kind

func (KfDefTypeOutput) Metadata

func (KfDefTypeOutput) Spec

func (o KfDefTypeOutput) Spec() pulumi.MapOutput

KfDefSpec defines the desired state of KfDef

func (KfDefTypeOutput) Status

func (o KfDefTypeOutput) Status() pulumi.MapOutput

KfDefStatus defines the observed state of KfDef

func (KfDefTypeOutput) ToKfDefTypeOutput

func (o KfDefTypeOutput) ToKfDefTypeOutput() KfDefTypeOutput

func (KfDefTypeOutput) ToKfDefTypeOutputWithContext

func (o KfDefTypeOutput) ToKfDefTypeOutputWithContext(ctx context.Context) KfDefTypeOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL