1. Packages
  2. Rancher2 Provider
  3. API Docs
  4. getNodeDriver
Rancher 2 v9.0.0 published on Wednesday, Apr 16, 2025 by Pulumi

rancher2.getNodeDriver

Explore with Pulumi AI

Rancher 2 v9.0.0 published on Wednesday, Apr 16, 2025 by Pulumi

Use this data source to retrieve information about a Rancher v2 Node Driver resource.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";

const foo = rancher2.getNodeDriver({
    name: "foo",
});
Copy
import pulumi
import pulumi_rancher2 as rancher2

foo = rancher2.get_node_driver(name="foo")
Copy
package main

import (
	"github.com/pulumi/pulumi-rancher2/sdk/v9/go/rancher2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := rancher2.LookupNodeDriver(ctx, &rancher2.LookupNodeDriverArgs{
			Name: "foo",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Rancher2 = Pulumi.Rancher2;

return await Deployment.RunAsync(() => 
{
    var foo = Rancher2.GetNodeDriver.Invoke(new()
    {
        Name = "foo",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.rancher2.Rancher2Functions;
import com.pulumi.rancher2.inputs.GetNodeDriverArgs;
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 foo = Rancher2Functions.getNodeDriver(GetNodeDriverArgs.builder()
            .name("foo")
            .build());

    }
}
Copy
variables:
  foo:
    fn::invoke:
      function: rancher2:getNodeDriver
      arguments:
        name: foo
Copy

Using getNodeDriver

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 getNodeDriver(args: GetNodeDriverArgs, opts?: InvokeOptions): Promise<GetNodeDriverResult>
function getNodeDriverOutput(args: GetNodeDriverOutputArgs, opts?: InvokeOptions): Output<GetNodeDriverResult>
Copy
def get_node_driver(name: Optional[str] = None,
                    url: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetNodeDriverResult
def get_node_driver_output(name: Optional[pulumi.Input[str]] = None,
                    url: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetNodeDriverResult]
Copy
func LookupNodeDriver(ctx *Context, args *LookupNodeDriverArgs, opts ...InvokeOption) (*LookupNodeDriverResult, error)
func LookupNodeDriverOutput(ctx *Context, args *LookupNodeDriverOutputArgs, opts ...InvokeOption) LookupNodeDriverResultOutput
Copy

> Note: This function is named LookupNodeDriver in the Go SDK.

public static class GetNodeDriver 
{
    public static Task<GetNodeDriverResult> InvokeAsync(GetNodeDriverArgs args, InvokeOptions? opts = null)
    public static Output<GetNodeDriverResult> Invoke(GetNodeDriverInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNodeDriverResult> getNodeDriver(GetNodeDriverArgs args, InvokeOptions options)
public static Output<GetNodeDriverResult> getNodeDriver(GetNodeDriverArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: rancher2:index/getNodeDriver:getNodeDriver
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Name of the node driver (string)
Url string
The URL to download the machine driver binary for 64-bit Linux (string)
Name This property is required. string
Name of the node driver (string)
Url string
The URL to download the machine driver binary for 64-bit Linux (string)
name This property is required. String
Name of the node driver (string)
url String
The URL to download the machine driver binary for 64-bit Linux (string)
name This property is required. string
Name of the node driver (string)
url string
The URL to download the machine driver binary for 64-bit Linux (string)
name This property is required. str
Name of the node driver (string)
url str
The URL to download the machine driver binary for 64-bit Linux (string)
name This property is required. String
Name of the node driver (string)
url String
The URL to download the machine driver binary for 64-bit Linux (string)

getNodeDriver Result

The following output properties are available:

Active bool
(Computed) Specify if the node driver state (bool)
Annotations Dictionary<string, string>
(Computed) Annotations of the resource (map)
Builtin bool
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
Checksum string
(Computed) Verify that the downloaded driver matches the expected checksum (string)
Description string
(Computed) Description of the node driver (string)
ExternalId string
(Computed) External ID (string)
Id string
The provider-assigned unique ID for this managed resource.
Labels Dictionary<string, string>
(Computed) Labels of the resource (map)
Name string
UiUrl string
(Computed) The URL to load for customized Add Node screen for this driver (string)
Url string
WhitelistDomains List<string>
(Computed) Domains to whitelist for the ui (list)
Active bool
(Computed) Specify if the node driver state (bool)
Annotations map[string]string
(Computed) Annotations of the resource (map)
Builtin bool
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
Checksum string
(Computed) Verify that the downloaded driver matches the expected checksum (string)
Description string
(Computed) Description of the node driver (string)
ExternalId string
(Computed) External ID (string)
Id string
The provider-assigned unique ID for this managed resource.
Labels map[string]string
(Computed) Labels of the resource (map)
Name string
UiUrl string
(Computed) The URL to load for customized Add Node screen for this driver (string)
Url string
WhitelistDomains []string
(Computed) Domains to whitelist for the ui (list)
active Boolean
(Computed) Specify if the node driver state (bool)
annotations Map<String,String>
(Computed) Annotations of the resource (map)
builtin Boolean
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
checksum String
(Computed) Verify that the downloaded driver matches the expected checksum (string)
description String
(Computed) Description of the node driver (string)
externalId String
(Computed) External ID (string)
id String
The provider-assigned unique ID for this managed resource.
labels Map<String,String>
(Computed) Labels of the resource (map)
name String
uiUrl String
(Computed) The URL to load for customized Add Node screen for this driver (string)
url String
whitelistDomains List<String>
(Computed) Domains to whitelist for the ui (list)
active boolean
(Computed) Specify if the node driver state (bool)
annotations {[key: string]: string}
(Computed) Annotations of the resource (map)
builtin boolean
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
checksum string
(Computed) Verify that the downloaded driver matches the expected checksum (string)
description string
(Computed) Description of the node driver (string)
externalId string
(Computed) External ID (string)
id string
The provider-assigned unique ID for this managed resource.
labels {[key: string]: string}
(Computed) Labels of the resource (map)
name string
uiUrl string
(Computed) The URL to load for customized Add Node screen for this driver (string)
url string
whitelistDomains string[]
(Computed) Domains to whitelist for the ui (list)
active bool
(Computed) Specify if the node driver state (bool)
annotations Mapping[str, str]
(Computed) Annotations of the resource (map)
builtin bool
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
checksum str
(Computed) Verify that the downloaded driver matches the expected checksum (string)
description str
(Computed) Description of the node driver (string)
external_id str
(Computed) External ID (string)
id str
The provider-assigned unique ID for this managed resource.
labels Mapping[str, str]
(Computed) Labels of the resource (map)
name str
ui_url str
(Computed) The URL to load for customized Add Node screen for this driver (string)
url str
whitelist_domains Sequence[str]
(Computed) Domains to whitelist for the ui (list)
active Boolean
(Computed) Specify if the node driver state (bool)
annotations Map<String>
(Computed) Annotations of the resource (map)
builtin Boolean
(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)
checksum String
(Computed) Verify that the downloaded driver matches the expected checksum (string)
description String
(Computed) Description of the node driver (string)
externalId String
(Computed) External ID (string)
id String
The provider-assigned unique ID for this managed resource.
labels Map<String>
(Computed) Labels of the resource (map)
name String
uiUrl String
(Computed) The URL to load for customized Add Node screen for this driver (string)
url String
whitelistDomains List<String>
(Computed) Domains to whitelist for the ui (list)

Package Details

Repository
Rancher2 pulumi/pulumi-rancher2
License
Apache-2.0
Notes
This Pulumi package is based on the rancher2 Terraform Provider.
Rancher 2 v9.0.0 published on Wednesday, Apr 16, 2025 by Pulumi