models

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterConfiguration

type ClusterConfiguration struct {
	// ClusterEgressIps List of egress IPs for the cluster. Can be used for whitelisting in external services.
	ClusterEgressIps []string `json:"clusterEgressIps"`

	// ClusterOidcIssuers List of OIDC issuers for the cluster. Can be used for configuring OIDC clients and setting up Federated Credentials.
	ClusterOidcIssuers []string `json:"clusterOidcIssuers"`

	// DNSZone The DNS zone configured for the cluster environment
	//
	// example: qa.radix.equinor.com
	DNSZone string `json:"dnsZone"`

	// ClusterName The name of the cluster
	//
	// example: weekly-40
	ClusterName string `json:"clusterName"`
}

ClusterConfiguration holds cluster configuration environment. swagger:model ClusterConfiguration

Jump to

Keyboard shortcuts

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