clusterrosaclassic

package
v1.4.0-prerelease.4 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 42 Imported by: 0

Documentation

Overview

Copyright (c) 2021 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	MinVersion = "4.10.0"
)

Variables

View Source
var OCMProperties = map[string]string{
	// contains filtered or unexported fields
}

Functions

func New

func New() resource.Resource

Types

type AdminCredentials

type AdminCredentials struct {
	Username types.String `tfsdk:"username"`
	Password types.String `tfsdk:"password"`
}

type ClusterRosaClassicResource

type ClusterRosaClassicResource struct {
	// contains filtered or unexported fields
}

func (*ClusterRosaClassicResource) Configure

func (*ClusterRosaClassicResource) Create

func (*ClusterRosaClassicResource) Delete

func (*ClusterRosaClassicResource) ImportState

func (*ClusterRosaClassicResource) Metadata

func (*ClusterRosaClassicResource) Read

func (*ClusterRosaClassicResource) Schema

func (*ClusterRosaClassicResource) Update

type ClusterRosaClassicState

type ClusterRosaClassicState struct {
	APIURL                    types.String       `tfsdk:"api_url"`
	AWSAccountID              types.String       `tfsdk:"aws_account_id"`
	AWSSubnetIDs              types.List         `tfsdk:"aws_subnet_ids"`
	AWSPrivateLink            types.Bool         `tfsdk:"aws_private_link"`
	Private                   types.Bool         `tfsdk:"private"`
	Sts                       *Sts               `tfsdk:"sts"`
	CCSEnabled                types.Bool         `tfsdk:"ccs_enabled"`
	EtcdEncryption            types.Bool         `tfsdk:"etcd_encryption"`
	AutoScalingEnabled        types.Bool         `tfsdk:"autoscaling_enabled"`
	MinReplicas               types.Int64        `tfsdk:"min_replicas"`
	MaxReplicas               types.Int64        `tfsdk:"max_replicas"`
	ChannelGroup              types.String       `tfsdk:"channel_group"`
	CloudRegion               types.String       `tfsdk:"cloud_region"`
	ComputeMachineType        types.String       `tfsdk:"compute_machine_type"`
	DefaultMPLabels           types.Map          `tfsdk:"default_mp_labels"`
	Replicas                  types.Int64        `tfsdk:"replicas"`
	ConsoleURL                types.String       `tfsdk:"console_url"`
	Domain                    types.String       `tfsdk:"domain"`
	HostPrefix                types.Int64        `tfsdk:"host_prefix"`
	ID                        types.String       `tfsdk:"id"`
	FIPS                      types.Bool         `tfsdk:"fips"`
	KMSKeyArn                 types.String       `tfsdk:"kms_key_arn"`
	ExternalID                types.String       `tfsdk:"external_id"`
	MachineCIDR               types.String       `tfsdk:"machine_cidr"`
	MultiAZ                   types.Bool         `tfsdk:"multi_az"`
	DisableWorkloadMonitoring types.Bool         `tfsdk:"disable_workload_monitoring"`
	DisableSCPChecks          types.Bool         `tfsdk:"disable_scp_checks"`
	AvailabilityZones         types.List         `tfsdk:"availability_zones"`
	Name                      types.String       `tfsdk:"name"`
	PodCIDR                   types.String       `tfsdk:"pod_cidr"`
	Properties                types.Map          `tfsdk:"properties"`
	OCMProperties             types.Map          `tfsdk:"ocm_properties"`
	Tags                      types.Map          `tfsdk:"tags"`
	ServiceCIDR               types.String       `tfsdk:"service_cidr"`
	Proxy                     *proxy.Proxy       `tfsdk:"proxy"`
	State                     types.String       `tfsdk:"state"`
	Version                   types.String       `tfsdk:"version"`
	CurrentVersion            types.String       `tfsdk:"current_version"`
	DisableWaitingInDestroy   types.Bool         `tfsdk:"disable_waiting_in_destroy"`
	DestroyTimeout            types.Int64        `tfsdk:"destroy_timeout"`
	Ec2MetadataHttpTokens     types.String       `tfsdk:"ec2_metadata_http_tokens"`
	UpgradeAcksFor            types.String       `tfsdk:"upgrade_acknowledgements_for"`
	AdminCredentials          *AdminCredentials  `tfsdk:"admin_credentials"`
	PrivateHostedZone         *PrivateHostedZone `tfsdk:"private_hosted_zone"`
	BaseDNSDomain             types.String       `tfsdk:"base_dns_domain"`
	WaitForCreateComplete     types.Bool         `tfsdk:"wait_for_create_complete"`
}

type InstanceIAMRole

type InstanceIAMRole struct {
	MasterRoleARN types.String `tfsdk:"master_role_arn"`
	WorkerRoleARN types.String `tfsdk:"worker_role_arn"`
}

type PrivateHostedZone

type PrivateHostedZone struct {
	ID      types.String `tfsdk:"id"`
	RoleARN types.String `tfsdk:"role_arn"`
}

type Sts

type Sts struct {
	OIDCEndpointURL    types.String    `tfsdk:"oidc_endpoint_url"`
	OIDCConfigID       types.String    `tfsdk:"oidc_config_id"`
	Thumbprint         types.String    `tfsdk:"thumbprint"`
	RoleARN            types.String    `tfsdk:"role_arn"`
	SupportRoleArn     types.String    `tfsdk:"support_role_arn"`
	InstanceIAMRoles   InstanceIAMRole `tfsdk:"instance_iam_roles"`
	OperatorRolePrefix types.String    `tfsdk:"operator_role_prefix"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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