2022-01-21 20:58:11 +00:00
|
|
|
// *** WARNING: this file was generated by test. ***
|
|
|
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
|
|
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Immutable;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using Pulumi.Serialization;
|
|
|
|
using Pulumi;
|
|
|
|
|
|
|
|
namespace Other.Example.Inputs
|
|
|
|
{
|
|
|
|
|
2022-07-27 09:24:21 +00:00
|
|
|
public sealed class ConfigMapArgs : global::Pulumi.ResourceArgs
|
2022-01-21 20:58:11 +00:00
|
|
|
{
|
|
|
|
[Input("config")]
|
|
|
|
public Input<string>? Config { get; set; }
|
|
|
|
|
|
|
|
public ConfigMapArgs()
|
|
|
|
{
|
|
|
|
}
|
2022-07-27 09:23:34 +00:00
|
|
|
public static new ConfigMapArgs Empty => new ConfigMapArgs();
|
2022-01-21 20:58:11 +00:00
|
|
|
}
|
|
|
|
}
|