示例#1
0
        private Event(
            string action,

            string apiVersion,

            int deprecatedCount,

            string deprecatedFirstTimestamp,

            string deprecatedLastTimestamp,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.EventSource deprecatedSource,

            string eventTime,

            string kind,

            Pulumi.Kubernetes.Types.Outputs.Meta.V1.ObjectMeta metadata,

            string note,

            string reason,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.ObjectReference regarding,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.ObjectReference related,

            string reportingController,

            string reportingInstance,

            Pulumi.Kubernetes.Types.Outputs.Events.V1.EventSeries series,

            string type)
        {
            Action                   = action;
            ApiVersion               = apiVersion;
            DeprecatedCount          = deprecatedCount;
            DeprecatedFirstTimestamp = deprecatedFirstTimestamp;
            DeprecatedLastTimestamp  = deprecatedLastTimestamp;
            DeprecatedSource         = deprecatedSource;
            EventTime                = eventTime;
            Kind                = kind;
            Metadata            = metadata;
            Note                = note;
            Reason              = reason;
            Regarding           = regarding;
            Related             = related;
            ReportingController = reportingController;
            ReportingInstance   = reportingInstance;
            Series              = series;
            Type                = type;
        }
示例#2
0
        private Event(
            string action,

            string apiVersion,

            int count,

            string eventTime,

            string firstTimestamp,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.ObjectReference involvedObject,

            string kind,

            string lastTimestamp,

            string message,

            Pulumi.Kubernetes.Types.Outputs.Meta.V1.ObjectMeta metadata,

            string reason,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.ObjectReference related,

            string reportingComponent,

            string reportingInstance,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.EventSeries series,

            Pulumi.Kubernetes.Types.Outputs.Core.V1.EventSource source,

            string type)
        {
            Action             = action;
            ApiVersion         = apiVersion;
            Count              = count;
            EventTime          = eventTime;
            FirstTimestamp     = firstTimestamp;
            InvolvedObject     = involvedObject;
            Kind               = kind;
            LastTimestamp      = lastTimestamp;
            Message            = message;
            Metadata           = metadata;
            Reason             = reason;
            Related            = related;
            ReportingComponent = reportingComponent;
            ReportingInstance  = reportingInstance;
            Series             = series;
            Source             = source;
            Type               = type;
        }