Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServerEndpointEnvVar = "TMC_ENDPOINT" VMWCloudEndpointEnvVar = "VMW_CLOUD_ENDPOINT" VMWCloudAPITokenEnvVar = "VMW_CLOUD_API_TOKEN" )
Variables ¶
This section is empty.
Functions ¶
func ProviderAuthSchema ¶
func ProviderConfigureContext ¶
func ProviderConfigureContext(_ context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics)
Types ¶
type AgentTokenInfo ¶
type AgentTokenInfo struct {
AccessToken string `json:"access_token"`
}
type TanzuContext ¶
type TanzuContext struct { ServerEndpoint string Token string VMWCloudEndPoint string TMCConnection *client.TanzuMissionControl }
func (*TanzuContext) Setup ¶
func (cfg *TanzuContext) Setup() error
Click to show internal directories.
Click to hide internal directories.