Package-level declarations

Types

Link copied to clipboard
data class ClusterExtensionIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ClusterExtensionIdentityArgs>
Link copied to clipboard
data class ClusterIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ClusterIdentityArgs>
Link copied to clipboard
data class FluxConfigurationBlobStorageArgs(val accountKey: Output<String>? = null, val containerId: Output<String>, val localAuthReference: Output<String>? = null, val sasToken: Output<String>? = null, val servicePrincipal: Output<FluxConfigurationBlobStorageServicePrincipalArgs>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<FluxConfigurationBlobStorageArgs>
data class FluxConfigurationBlobStorageServicePrincipalArgs(val clientCertificateBase64: Output<String>? = null, val clientCertificatePassword: Output<String>? = null, val clientCertificateSendChain: Output<Boolean>? = null, val clientId: Output<String>, val clientSecret: Output<String>? = null, val tenantId: Output<String>) : ConvertibleToJava<FluxConfigurationBlobStorageServicePrincipalArgs>
Link copied to clipboard
data class FluxConfigurationBucketArgs(val accessKey: Output<String>? = null, val bucketName: Output<String>, val localAuthReference: Output<String>? = null, val secretKeyBase64: Output<String>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null, val tlsEnabled: Output<Boolean>? = null, val url: Output<String>) : ConvertibleToJava<FluxConfigurationBucketArgs>
Link copied to clipboard
data class FluxConfigurationGitRepositoryArgs(val httpsCaCertBase64: Output<String>? = null, val httpsKeyBase64: Output<String>? = null, val httpsUser: Output<String>? = null, val localAuthReference: Output<String>? = null, val referenceType: Output<String>, val referenceValue: Output<String>, val sshKnownHostsBase64: Output<String>? = null, val sshPrivateKeyBase64: Output<String>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<FluxConfigurationGitRepositoryArgs>
Link copied to clipboard
data class FluxConfigurationKustomizationArgs(val dependsOns: Output<List<String>>? = null, val garbageCollectionEnabled: Output<Boolean>? = null, val name: Output<String>, val path: Output<String>? = null, val recreatingEnabled: Output<Boolean>? = null, val retryIntervalInSeconds: Output<Int>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<FluxConfigurationKustomizationArgs>
data class ProvisionedClusterAzureActiveDirectoryArgs(val adminGroupObjectIds: Output<List<String>>? = null, val azureRbacEnabled: Output<Boolean>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ProvisionedClusterAzureActiveDirectoryArgs>
Link copied to clipboard
data class ProvisionedClusterIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ProvisionedClusterIdentityArgs>