1. Packages
  2. Cilium
  3. API Docs
  4. KubeproxyFree
Cilium v0.1.0 published on Thursday, May 30, 2024 by littlejo

cilium.KubeproxyFree

Explore with Pulumi AI

cilium logo
Cilium v0.1.0 published on Thursday, May 30, 2024 by littlejo

    Disable Kube-Proxy DaemonSet, equivalent to: kubectl -n kube-system patch daemonset kube-proxy -p '"spec": {"template": {"spec": {"nodeSelector": {"non-existing": "true"}}}}'.

    Create KubeproxyFree Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new KubeproxyFree(name: string, args?: KubeproxyFreeArgs, opts?: CustomResourceOptions);
    @overload
    def KubeproxyFree(resource_name: str,
                      args: Optional[KubeproxyFreeArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def KubeproxyFree(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      name: Optional[str] = None,
                      namespace: Optional[str] = None)
    func NewKubeproxyFree(ctx *Context, name string, args *KubeproxyFreeArgs, opts ...ResourceOption) (*KubeproxyFree, error)
    public KubeproxyFree(string name, KubeproxyFreeArgs? args = null, CustomResourceOptions? opts = null)
    public KubeproxyFree(String name, KubeproxyFreeArgs args)
    public KubeproxyFree(String name, KubeproxyFreeArgs args, CustomResourceOptions options)
    
    type: cilium:KubeproxyFree
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args KubeproxyFreeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args KubeproxyFreeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args KubeproxyFreeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args KubeproxyFreeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args KubeproxyFreeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var kubeproxyFreeResource = new Cilium.KubeproxyFree("kubeproxyFreeResource", new()
    {
        Name = "string",
        Namespace = "string",
    });
    
    example, err := cilium.NewKubeproxyFree(ctx, "kubeproxyFreeResource", &cilium.KubeproxyFreeArgs{
    	Name:      pulumi.String("string"),
    	Namespace: pulumi.String("string"),
    })
    
    var kubeproxyFreeResource = new KubeproxyFree("kubeproxyFreeResource", KubeproxyFreeArgs.builder()
        .name("string")
        .namespace("string")
        .build());
    
    kubeproxy_free_resource = cilium.KubeproxyFree("kubeproxyFreeResource",
        name="string",
        namespace="string")
    
    const kubeproxyFreeResource = new cilium.KubeproxyFree("kubeproxyFreeResource", {
        name: "string",
        namespace: "string",
    });
    
    type: cilium:KubeproxyFree
    properties:
        name: string
        namespace: string
    

    KubeproxyFree Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The KubeproxyFree resource accepts the following input properties:

    Name string
    Name of DaemonSet (Default: kube-proxy).
    Namespace string
    Namespace in which to install (Default: kube-system).
    Name string
    Name of DaemonSet (Default: kube-proxy).
    Namespace string
    Namespace in which to install (Default: kube-system).
    name String
    Name of DaemonSet (Default: kube-proxy).
    namespace String
    Namespace in which to install (Default: kube-system).
    name string
    Name of DaemonSet (Default: kube-proxy).
    namespace string
    Namespace in which to install (Default: kube-system).
    name str
    Name of DaemonSet (Default: kube-proxy).
    namespace str
    Namespace in which to install (Default: kube-system).
    name String
    Name of DaemonSet (Default: kube-proxy).
    namespace String
    Namespace in which to install (Default: kube-system).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the KubeproxyFree resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing KubeproxyFree Resource

    Get an existing KubeproxyFree resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: KubeproxyFreeState, opts?: CustomResourceOptions): KubeproxyFree
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            namespace: Optional[str] = None) -> KubeproxyFree
    func GetKubeproxyFree(ctx *Context, name string, id IDInput, state *KubeproxyFreeState, opts ...ResourceOption) (*KubeproxyFree, error)
    public static KubeproxyFree Get(string name, Input<string> id, KubeproxyFreeState? state, CustomResourceOptions? opts = null)
    public static KubeproxyFree get(String name, Output<String> id, KubeproxyFreeState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Name string
    Name of DaemonSet (Default: kube-proxy).
    Namespace string
    Namespace in which to install (Default: kube-system).
    Name string
    Name of DaemonSet (Default: kube-proxy).
    Namespace string
    Namespace in which to install (Default: kube-system).
    name String
    Name of DaemonSet (Default: kube-proxy).
    namespace String
    Namespace in which to install (Default: kube-system).
    name string
    Name of DaemonSet (Default: kube-proxy).
    namespace string
    Namespace in which to install (Default: kube-system).
    name str
    Name of DaemonSet (Default: kube-proxy).
    namespace str
    Namespace in which to install (Default: kube-system).
    name String
    Name of DaemonSet (Default: kube-proxy).
    namespace String
    Namespace in which to install (Default: kube-system).

    Package Details

    Repository
    cilium littlejo/pulumi-cilium
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cilium Terraform Provider.
    cilium logo
    Cilium v0.1.0 published on Thursday, May 30, 2024 by littlejo