Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.ContainerEngine.getAddon
Explore with Pulumi AI
This data source provides details about a specific Addon resource in Oracle Cloud Infrastructure Container Engine service.
Get the specified addon for a cluster.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testAddon = Oci.ContainerEngine.GetAddon.Invoke(new()
{
AddonName = oci_containerengine_addon.Test_addon.Name,
ClusterId = oci_containerengine_cluster.Test_cluster.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ContainerEngine"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ContainerEngine.GetAddon(ctx, &containerengine.GetAddonArgs{
AddonName: oci_containerengine_addon.Test_addon.Name,
ClusterId: oci_containerengine_cluster.Test_cluster.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ContainerEngine.ContainerEngineFunctions;
import com.pulumi.oci.ContainerEngine.inputs.GetAddonArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testAddon = ContainerEngineFunctions.getAddon(GetAddonArgs.builder()
.addonName(oci_containerengine_addon.test_addon().name())
.clusterId(oci_containerengine_cluster.test_cluster().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_addon = oci.ContainerEngine.get_addon(addon_name=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
cluster_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAddon = oci.ContainerEngine.getAddon({
addonName: oci_containerengine_addon.test_addon.name,
clusterId: oci_containerengine_cluster.test_cluster.id,
});
variables:
testAddon:
fn::invoke:
Function: oci:ContainerEngine:getAddon
Arguments:
addonName: ${oci_containerengine_addon.test_addon.name}
clusterId: ${oci_containerengine_cluster.test_cluster.id}
Using getAddon
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAddon(args: GetAddonArgs, opts?: InvokeOptions): Promise<GetAddonResult>
function getAddonOutput(args: GetAddonOutputArgs, opts?: InvokeOptions): Output<GetAddonResult>
def get_addon(addon_name: Optional[str] = None,
cluster_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAddonResult
def get_addon_output(addon_name: Optional[pulumi.Input[str]] = None,
cluster_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAddonResult]
func GetAddon(ctx *Context, args *GetAddonArgs, opts ...InvokeOption) (*GetAddonResult, error)
func GetAddonOutput(ctx *Context, args *GetAddonOutputArgs, opts ...InvokeOption) GetAddonResultOutput
> Note: This function is named GetAddon
in the Go SDK.
public static class GetAddon
{
public static Task<GetAddonResult> InvokeAsync(GetAddonArgs args, InvokeOptions? opts = null)
public static Output<GetAddonResult> Invoke(GetAddonInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAddonResult> getAddon(GetAddonArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ContainerEngine/getAddon:getAddon
arguments:
# arguments dictionary
The following arguments are supported:
- addon_
name str The name of the addon.
- cluster_
id str The OCID of the cluster.
getAddon Result
The following output properties are available:
- Addon
Errors List<GetAddon Addon Error> The error info of the addon.
- Addon
Name string The name of the addon.
- Cluster
Id string - Configurations
List<Get
Addon Configuration> Addon configuration details.
- Current
Installed stringVersion current installed version of the addon
- Id string
- Remove
Addon boolResources On Delete - State string
The state of the addon.
- Time
Created string The time the cluster was created.
- Version string
selected addon version, or null indicates autoUpdate
- Addon
Errors []GetAddon Addon Error The error info of the addon.
- Addon
Name string The name of the addon.
- Cluster
Id string - Configurations
[]Get
Addon Configuration Addon configuration details.
- Current
Installed stringVersion current installed version of the addon
- Id string
- Remove
Addon boolResources On Delete - State string
The state of the addon.
- Time
Created string The time the cluster was created.
- Version string
selected addon version, or null indicates autoUpdate
- addon
Errors List<GetAddon Addon Error> The error info of the addon.
- addon
Name String The name of the addon.
- cluster
Id String - configurations
List<Get
Addon Configuration> Addon configuration details.
- current
Installed StringVersion current installed version of the addon
- id String
- remove
Addon BooleanResources On Delete - state String
The state of the addon.
- time
Created String The time the cluster was created.
- version String
selected addon version, or null indicates autoUpdate
- addon
Errors GetAddon Addon Error[] The error info of the addon.
- addon
Name string The name of the addon.
- cluster
Id string - configurations
Get
Addon Configuration[] Addon configuration details.
- current
Installed stringVersion current installed version of the addon
- id string
- remove
Addon booleanResources On Delete - state string
The state of the addon.
- time
Created string The time the cluster was created.
- version string
selected addon version, or null indicates autoUpdate
- addon_
errors GetAddon Addon Error] The error info of the addon.
- addon_
name str The name of the addon.
- cluster_
id str - configurations
Get
Addon Configuration] Addon configuration details.
- current_
installed_ strversion current installed version of the addon
- id str
- remove_
addon_ boolresources_ on_ delete - state str
The state of the addon.
- time_
created str The time the cluster was created.
- version str
selected addon version, or null indicates autoUpdate
- addon
Errors List<Property Map> The error info of the addon.
- addon
Name String The name of the addon.
- cluster
Id String - configurations List<Property Map>
Addon configuration details.
- current
Installed StringVersion current installed version of the addon
- id String
- remove
Addon BooleanResources On Delete - state String
The state of the addon.
- time
Created String The time the cluster was created.
- version String
selected addon version, or null indicates autoUpdate
Supporting Types
GetAddonAddonError
- Code string
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- Message string
A human-readable error string of the upstream error.
- Status string
The status of the HTTP response encountered in the upstream error.
- Code string
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- Message string
A human-readable error string of the upstream error.
- Status string
The status of the HTTP response encountered in the upstream error.
- code String
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- message String
A human-readable error string of the upstream error.
- status String
The status of the HTTP response encountered in the upstream error.
- code string
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- message string
A human-readable error string of the upstream error.
- status string
The status of the HTTP response encountered in the upstream error.
- code str
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- message str
A human-readable error string of the upstream error.
- status str
The status of the HTTP response encountered in the upstream error.
- code String
A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.
- message String
A human-readable error string of the upstream error.
- status String
The status of the HTTP response encountered in the upstream error.
GetAddonConfiguration
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.