Rancher 2 v7.1.1 published on Monday, Oct 7, 2024 by Pulumi
rancher2.getNamespace
Explore with Pulumi AI
Use this data source to retrieve information about a Rancher v2 namespace.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";
const foo = rancher2.getNamespace({
name: "foo",
projectId: foo_custom.defaultProjectId,
});
import pulumi
import pulumi_rancher2 as rancher2
foo = rancher2.get_namespace(name="foo",
project_id=foo_custom["defaultProjectId"])
package main
import (
"github.com/pulumi/pulumi-rancher2/sdk/v7/go/rancher2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rancher2.LookupNamespace(ctx, &rancher2.LookupNamespaceArgs{
Name: "foo",
ProjectId: foo_custom.DefaultProjectId,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Rancher2 = Pulumi.Rancher2;
return await Deployment.RunAsync(() =>
{
var foo = Rancher2.GetNamespace.Invoke(new()
{
Name = "foo",
ProjectId = foo_custom.DefaultProjectId,
});
});
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.GetNamespaceArgs;
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.getNamespace(GetNamespaceArgs.builder()
.name("foo")
.projectId(foo_custom.defaultProjectId())
.build());
}
}
variables:
foo:
fn::invoke:
Function: rancher2:getNamespace
Arguments:
name: foo
projectId: ${["foo-custom"].defaultProjectId}
Using getNamespace
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 getNamespace(args: GetNamespaceArgs, opts?: InvokeOptions): Promise<GetNamespaceResult>
function getNamespaceOutput(args: GetNamespaceOutputArgs, opts?: InvokeOptions): Output<GetNamespaceResult>
def get_namespace(name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespaceResult
def get_namespace_output(name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceResult]
func LookupNamespace(ctx *Context, args *LookupNamespaceArgs, opts ...InvokeOption) (*LookupNamespaceResult, error)
func LookupNamespaceOutput(ctx *Context, args *LookupNamespaceOutputArgs, opts ...InvokeOption) LookupNamespaceResultOutput
> Note: This function is named LookupNamespace
in the Go SDK.
public static class GetNamespace
{
public static Task<GetNamespaceResult> InvokeAsync(GetNamespaceArgs args, InvokeOptions? opts = null)
public static Output<GetNamespaceResult> Invoke(GetNamespaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: rancher2:index/getNamespace:getNamespace
arguments:
# arguments dictionary
The following arguments are supported:
- name str
- The name of the namespace (string)
- project_
id str - The project id where namespace is assigned (string)
getNamespace Result
The following output properties are available:
- Annotations Dictionary<string, string>
- (Computed) Annotations for Node Pool object (map)
- Container
Resource GetLimit Namespace Container Resource Limit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- Description string
- (Computed) A namespace description (string)
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Name string
- Project
Id string - Resource
Quota GetNamespace Resource Quota - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
- Annotations map[string]string
- (Computed) Annotations for Node Pool object (map)
- Container
Resource GetLimit Namespace Container Resource Limit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- Description string
- (Computed) A namespace description (string)
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Name string
- Project
Id string - Resource
Quota GetNamespace Resource Quota - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
- annotations Map<String,String>
- (Computed) Annotations for Node Pool object (map)
- container
Resource GetLimit Namespace Container Resource Limit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- description String
- (Computed) A namespace description (string)
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- name String
- project
Id String - resource
Quota GetNamespace Resource Quota - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
- annotations {[key: string]: string}
- (Computed) Annotations for Node Pool object (map)
- container
Resource GetLimit Namespace Container Resource Limit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- description string
- (Computed) A namespace description (string)
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- name string
- project
Id string - resource
Quota GetNamespace Resource Quota - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
- annotations Mapping[str, str]
- (Computed) Annotations for Node Pool object (map)
- container_
resource_ Getlimit Namespace Container Resource Limit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- description str
- (Computed) A namespace description (string)
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- name str
- project_
id str - resource_
quota GetNamespace Resource Quota - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
- annotations Map<String>
- (Computed) Annotations for Node Pool object (map)
- container
Resource Property MapLimit - (Computed) Default containers resource limits on namespace (List maxitem:1)
- description String
- (Computed) A namespace description (string)
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- name String
- project
Id String - resource
Quota Property Map - (Computed) Resource quota for namespace. Rancher v2.1.x or higher (list maxitems:1)
Supporting Types
GetNamespaceContainerResourceLimit
- Limits
Cpu string - Limits
Memory string - Requests
Cpu string - Requests
Memory string
- Limits
Cpu string - Limits
Memory string - Requests
Cpu string - Requests
Memory string
- limits
Cpu String - limits
Memory String - requests
Cpu String - requests
Memory String
- limits
Cpu string - limits
Memory string - requests
Cpu string - requests
Memory string
- limits_
cpu str - limits_
memory str - requests_
cpu str - requests_
memory str
- limits
Cpu String - limits
Memory String - requests
Cpu String - requests
Memory String
GetNamespaceResourceQuota
GetNamespaceResourceQuotaLimit
- Config
Maps string - Limits
Cpu string - Limits
Memory string - Persistent
Volume stringClaims - Pods string
- Replication
Controllers string - Requests
Cpu string - Requests
Memory string - Requests
Storage string - Secrets string
- Services string
- Services
Load stringBalancers - Services
Node stringPorts
- Config
Maps string - Limits
Cpu string - Limits
Memory string - Persistent
Volume stringClaims - Pods string
- Replication
Controllers string - Requests
Cpu string - Requests
Memory string - Requests
Storage string - Secrets string
- Services string
- Services
Load stringBalancers - Services
Node stringPorts
- config
Maps String - limits
Cpu String - limits
Memory String - persistent
Volume StringClaims - pods String
- replication
Controllers String - requests
Cpu String - requests
Memory String - requests
Storage String - secrets String
- services String
- services
Load StringBalancers - services
Node StringPorts
- config
Maps string - limits
Cpu string - limits
Memory string - persistent
Volume stringClaims - pods string
- replication
Controllers string - requests
Cpu string - requests
Memory string - requests
Storage string - secrets string
- services string
- services
Load stringBalancers - services
Node stringPorts
- config_
maps str - limits_
cpu str - limits_
memory str - persistent_
volume_ strclaims - pods str
- replication_
controllers str - requests_
cpu str - requests_
memory str - requests_
storage str - secrets str
- services str
- services_
load_ strbalancers - services_
node_ strports
- config
Maps String - limits
Cpu String - limits
Memory String - persistent
Volume StringClaims - pods String
- replication
Controllers String - requests
Cpu String - requests
Memory String - requests
Storage String - secrets String
- services String
- services
Load StringBalancers - services
Node StringPorts
Package Details
- Repository
- Rancher2 pulumi/pulumi-rancher2
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rancher2
Terraform Provider.