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 Pgcluster

type Pgcluster struct {
	pulumi.CustomResourceState

	ApiVersion pulumi.StringPtrOutput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrOutput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrOutput `pulumi:"metadata"`
	Spec       pulumi.AnyOutput           `pulumi:"spec"`
	Status     pulumi.AnyOutput           `pulumi:"status"`
}

func GetPgcluster

func GetPgcluster(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PgclusterState, opts ...pulumi.ResourceOption) (*Pgcluster, error)

GetPgcluster gets an existing Pgcluster 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 NewPgcluster

func NewPgcluster(ctx *pulumi.Context,
	name string, args *PgclusterArgs, opts ...pulumi.ResourceOption) (*Pgcluster, error)

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

type PgclusterArgs

type PgclusterArgs struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Spec       pulumi.Input
	Status     pulumi.Input
}

The set of arguments for constructing a Pgcluster resource.

func (PgclusterArgs) ElementType

func (PgclusterArgs) ElementType() reflect.Type

type PgclusterState

type PgclusterState struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Spec       pulumi.Input
	Status     pulumi.Input
}

func (PgclusterState) ElementType

func (PgclusterState) ElementType() reflect.Type

type PgclusterType

type PgclusterType struct {
	ApiVersion *string            `pulumi:"apiVersion"`
	Kind       *string            `pulumi:"kind"`
	Metadata   *metav1.ObjectMeta `pulumi:"metadata"`
	Spec       interface{}        `pulumi:"spec"`
	Status     interface{}        `pulumi:"status"`
}

type PgclusterTypeArgs

type PgclusterTypeArgs struct {
	ApiVersion pulumi.StringPtrInput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrInput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrInput `pulumi:"metadata"`
	Spec       pulumi.Input              `pulumi:"spec"`
	Status     pulumi.Input              `pulumi:"status"`
}

func (PgclusterTypeArgs) ElementType

func (PgclusterTypeArgs) ElementType() reflect.Type

func (PgclusterTypeArgs) ToPgclusterTypeOutput

func (i PgclusterTypeArgs) ToPgclusterTypeOutput() PgclusterTypeOutput

func (PgclusterTypeArgs) ToPgclusterTypeOutputWithContext

func (i PgclusterTypeArgs) ToPgclusterTypeOutputWithContext(ctx context.Context) PgclusterTypeOutput

type PgclusterTypeInput

type PgclusterTypeInput interface {
	pulumi.Input

	ToPgclusterTypeOutput() PgclusterTypeOutput
	ToPgclusterTypeOutputWithContext(context.Context) PgclusterTypeOutput
}

PgclusterTypeInput is an input type that accepts PgclusterTypeArgs and PgclusterTypeOutput values. You can construct a concrete instance of `PgclusterTypeInput` via:

PgclusterTypeArgs{...}

type PgclusterTypeOutput

type PgclusterTypeOutput struct{ *pulumi.OutputState }

func (PgclusterTypeOutput) ApiVersion

func (PgclusterTypeOutput) ElementType

func (PgclusterTypeOutput) ElementType() reflect.Type

func (PgclusterTypeOutput) Kind

func (PgclusterTypeOutput) Metadata

func (PgclusterTypeOutput) Spec

func (PgclusterTypeOutput) Status

func (PgclusterTypeOutput) ToPgclusterTypeOutput

func (o PgclusterTypeOutput) ToPgclusterTypeOutput() PgclusterTypeOutput

func (PgclusterTypeOutput) ToPgclusterTypeOutputWithContext

func (o PgclusterTypeOutput) ToPgclusterTypeOutputWithContext(ctx context.Context) PgclusterTypeOutput

type Pgpolicy

type Pgpolicy struct {
	pulumi.CustomResourceState

	ApiVersion pulumi.StringPtrOutput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrOutput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrOutput `pulumi:"metadata"`
	Status     pulumi.AnyOutput           `pulumi:"status"`
}

func GetPgpolicy

func GetPgpolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PgpolicyState, opts ...pulumi.ResourceOption) (*Pgpolicy, error)

GetPgpolicy gets an existing Pgpolicy 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 NewPgpolicy

func NewPgpolicy(ctx *pulumi.Context,
	name string, args *PgpolicyArgs, opts ...pulumi.ResourceOption) (*Pgpolicy, error)

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

type PgpolicyArgs

type PgpolicyArgs struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

The set of arguments for constructing a Pgpolicy resource.

func (PgpolicyArgs) ElementType

func (PgpolicyArgs) ElementType() reflect.Type

type PgpolicyState

type PgpolicyState struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

func (PgpolicyState) ElementType

func (PgpolicyState) ElementType() reflect.Type

type PgpolicyType

type PgpolicyType struct {
	ApiVersion *string            `pulumi:"apiVersion"`
	Kind       *string            `pulumi:"kind"`
	Metadata   *metav1.ObjectMeta `pulumi:"metadata"`
	Status     interface{}        `pulumi:"status"`
}

type PgpolicyTypeArgs

type PgpolicyTypeArgs struct {
	ApiVersion pulumi.StringPtrInput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrInput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrInput `pulumi:"metadata"`
	Status     pulumi.Input              `pulumi:"status"`
}

func (PgpolicyTypeArgs) ElementType

func (PgpolicyTypeArgs) ElementType() reflect.Type

func (PgpolicyTypeArgs) ToPgpolicyTypeOutput

func (i PgpolicyTypeArgs) ToPgpolicyTypeOutput() PgpolicyTypeOutput

func (PgpolicyTypeArgs) ToPgpolicyTypeOutputWithContext

func (i PgpolicyTypeArgs) ToPgpolicyTypeOutputWithContext(ctx context.Context) PgpolicyTypeOutput

type PgpolicyTypeInput

type PgpolicyTypeInput interface {
	pulumi.Input

	ToPgpolicyTypeOutput() PgpolicyTypeOutput
	ToPgpolicyTypeOutputWithContext(context.Context) PgpolicyTypeOutput
}

PgpolicyTypeInput is an input type that accepts PgpolicyTypeArgs and PgpolicyTypeOutput values. You can construct a concrete instance of `PgpolicyTypeInput` via:

PgpolicyTypeArgs{...}

type PgpolicyTypeOutput

type PgpolicyTypeOutput struct{ *pulumi.OutputState }

func (PgpolicyTypeOutput) ApiVersion

func (o PgpolicyTypeOutput) ApiVersion() pulumi.StringPtrOutput

func (PgpolicyTypeOutput) ElementType

func (PgpolicyTypeOutput) ElementType() reflect.Type

func (PgpolicyTypeOutput) Kind

func (PgpolicyTypeOutput) Metadata

func (PgpolicyTypeOutput) Status

func (o PgpolicyTypeOutput) Status() pulumi.AnyOutput

func (PgpolicyTypeOutput) ToPgpolicyTypeOutput

func (o PgpolicyTypeOutput) ToPgpolicyTypeOutput() PgpolicyTypeOutput

func (PgpolicyTypeOutput) ToPgpolicyTypeOutputWithContext

func (o PgpolicyTypeOutput) ToPgpolicyTypeOutputWithContext(ctx context.Context) PgpolicyTypeOutput

type Pgreplica

type Pgreplica struct {
	pulumi.CustomResourceState

	ApiVersion pulumi.StringPtrOutput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrOutput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrOutput `pulumi:"metadata"`
	Status     pulumi.AnyOutput           `pulumi:"status"`
}

func GetPgreplica

func GetPgreplica(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PgreplicaState, opts ...pulumi.ResourceOption) (*Pgreplica, error)

GetPgreplica gets an existing Pgreplica 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 NewPgreplica

func NewPgreplica(ctx *pulumi.Context,
	name string, args *PgreplicaArgs, opts ...pulumi.ResourceOption) (*Pgreplica, error)

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

type PgreplicaArgs

type PgreplicaArgs struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

The set of arguments for constructing a Pgreplica resource.

func (PgreplicaArgs) ElementType

func (PgreplicaArgs) ElementType() reflect.Type

type PgreplicaState

type PgreplicaState struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

func (PgreplicaState) ElementType

func (PgreplicaState) ElementType() reflect.Type

type PgreplicaType

type PgreplicaType struct {
	ApiVersion *string            `pulumi:"apiVersion"`
	Kind       *string            `pulumi:"kind"`
	Metadata   *metav1.ObjectMeta `pulumi:"metadata"`
	Status     interface{}        `pulumi:"status"`
}

type PgreplicaTypeArgs

type PgreplicaTypeArgs struct {
	ApiVersion pulumi.StringPtrInput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrInput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrInput `pulumi:"metadata"`
	Status     pulumi.Input              `pulumi:"status"`
}

func (PgreplicaTypeArgs) ElementType

func (PgreplicaTypeArgs) ElementType() reflect.Type

func (PgreplicaTypeArgs) ToPgreplicaTypeOutput

func (i PgreplicaTypeArgs) ToPgreplicaTypeOutput() PgreplicaTypeOutput

func (PgreplicaTypeArgs) ToPgreplicaTypeOutputWithContext

func (i PgreplicaTypeArgs) ToPgreplicaTypeOutputWithContext(ctx context.Context) PgreplicaTypeOutput

type PgreplicaTypeInput

type PgreplicaTypeInput interface {
	pulumi.Input

	ToPgreplicaTypeOutput() PgreplicaTypeOutput
	ToPgreplicaTypeOutputWithContext(context.Context) PgreplicaTypeOutput
}

PgreplicaTypeInput is an input type that accepts PgreplicaTypeArgs and PgreplicaTypeOutput values. You can construct a concrete instance of `PgreplicaTypeInput` via:

PgreplicaTypeArgs{...}

type PgreplicaTypeOutput

type PgreplicaTypeOutput struct{ *pulumi.OutputState }

func (PgreplicaTypeOutput) ApiVersion

func (PgreplicaTypeOutput) ElementType

func (PgreplicaTypeOutput) ElementType() reflect.Type

func (PgreplicaTypeOutput) Kind

func (PgreplicaTypeOutput) Metadata

func (PgreplicaTypeOutput) Status

func (PgreplicaTypeOutput) ToPgreplicaTypeOutput

func (o PgreplicaTypeOutput) ToPgreplicaTypeOutput() PgreplicaTypeOutput

func (PgreplicaTypeOutput) ToPgreplicaTypeOutputWithContext

func (o PgreplicaTypeOutput) ToPgreplicaTypeOutputWithContext(ctx context.Context) PgreplicaTypeOutput

type Pgtask

type Pgtask struct {
	pulumi.CustomResourceState

	ApiVersion pulumi.StringPtrOutput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrOutput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrOutput `pulumi:"metadata"`
	Status     pulumi.AnyOutput           `pulumi:"status"`
}

func GetPgtask

func GetPgtask(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PgtaskState, opts ...pulumi.ResourceOption) (*Pgtask, error)

GetPgtask gets an existing Pgtask 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 NewPgtask

func NewPgtask(ctx *pulumi.Context,
	name string, args *PgtaskArgs, opts ...pulumi.ResourceOption) (*Pgtask, error)

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

type PgtaskArgs

type PgtaskArgs struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

The set of arguments for constructing a Pgtask resource.

func (PgtaskArgs) ElementType

func (PgtaskArgs) ElementType() reflect.Type

type PgtaskState

type PgtaskState struct {
	ApiVersion pulumi.StringPtrInput
	Kind       pulumi.StringPtrInput
	Metadata   metav1.ObjectMetaPtrInput
	Status     pulumi.Input
}

func (PgtaskState) ElementType

func (PgtaskState) ElementType() reflect.Type

type PgtaskType

type PgtaskType struct {
	ApiVersion *string            `pulumi:"apiVersion"`
	Kind       *string            `pulumi:"kind"`
	Metadata   *metav1.ObjectMeta `pulumi:"metadata"`
	Status     interface{}        `pulumi:"status"`
}

type PgtaskTypeArgs

type PgtaskTypeArgs struct {
	ApiVersion pulumi.StringPtrInput     `pulumi:"apiVersion"`
	Kind       pulumi.StringPtrInput     `pulumi:"kind"`
	Metadata   metav1.ObjectMetaPtrInput `pulumi:"metadata"`
	Status     pulumi.Input              `pulumi:"status"`
}

func (PgtaskTypeArgs) ElementType

func (PgtaskTypeArgs) ElementType() reflect.Type

func (PgtaskTypeArgs) ToPgtaskTypeOutput

func (i PgtaskTypeArgs) ToPgtaskTypeOutput() PgtaskTypeOutput

func (PgtaskTypeArgs) ToPgtaskTypeOutputWithContext

func (i PgtaskTypeArgs) ToPgtaskTypeOutputWithContext(ctx context.Context) PgtaskTypeOutput

type PgtaskTypeInput

type PgtaskTypeInput interface {
	pulumi.Input

	ToPgtaskTypeOutput() PgtaskTypeOutput
	ToPgtaskTypeOutputWithContext(context.Context) PgtaskTypeOutput
}

PgtaskTypeInput is an input type that accepts PgtaskTypeArgs and PgtaskTypeOutput values. You can construct a concrete instance of `PgtaskTypeInput` via:

PgtaskTypeArgs{...}

type PgtaskTypeOutput

type PgtaskTypeOutput struct{ *pulumi.OutputState }

func (PgtaskTypeOutput) ApiVersion

func (o PgtaskTypeOutput) ApiVersion() pulumi.StringPtrOutput

func (PgtaskTypeOutput) ElementType

func (PgtaskTypeOutput) ElementType() reflect.Type

func (PgtaskTypeOutput) Kind

func (PgtaskTypeOutput) Metadata

func (PgtaskTypeOutput) Status

func (o PgtaskTypeOutput) Status() pulumi.AnyOutput

func (PgtaskTypeOutput) ToPgtaskTypeOutput

func (o PgtaskTypeOutput) ToPgtaskTypeOutput() PgtaskTypeOutput

func (PgtaskTypeOutput) ToPgtaskTypeOutputWithContext

func (o PgtaskTypeOutput) ToPgtaskTypeOutputWithContext(ctx context.Context) PgtaskTypeOutput

Jump to

Keyboard shortcuts

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