Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + func NewPodNetworkChaos_Override(p PodNetworkChaos, scope constructs.Construct, id *string, ...) + func PodNetworkChaos_GVK() *cdk8s.GroupVersionKind + func PodNetworkChaos_IsConstruct(x interface{}) *bool + func PodNetworkChaos_Manifest(props *PodNetworkChaosProps) interface + func PodNetworkChaos_Of(c constructs.IConstruct) cdk8s.ApiObject + type PodNetworkChaos interface + AddDependency func(dependencies ...constructs.IConstruct) + AddJsonPatch func(ops ...cdk8s.JsonPatch) + ApiGroup func() *string + ApiVersion func() *string + Chart func() cdk8s.Chart + Kind func() *string + Metadata func() cdk8s.ApiObjectMetadataDefinition + Name func() *string + Node func() constructs.Node + ToJson func() interface{} + ToString func() *string + func NewPodNetworkChaos(scope constructs.Construct, id *string, props *PodNetworkChaosProps) PodNetworkChaos + type PodNetworkChaosProps struct + Metadata *cdk8s.ApiObjectMetadata + Spec *PodNetworkChaosSpec + type PodNetworkChaosSpec struct + Ipsets *[]*PodNetworkChaosSpecIpsets + Iptables *[]*PodNetworkChaosSpecIptables + Tcs *[]*PodNetworkChaosSpecTcs + type PodNetworkChaosSpecIpsets struct + Cidrs *[]*string + Name *string + Source *string + type PodNetworkChaosSpecIptables struct + Direction *string + Ipsets *[]*string + Name *string + Source *string + type PodNetworkChaosSpecTcs struct + Bandwidth *PodNetworkChaosSpecTcsBandwidth + Corrupt *PodNetworkChaosSpecTcsCorrupt + Delay *PodNetworkChaosSpecTcsDelay + Duplicate *PodNetworkChaosSpecTcsDuplicate + Ipset *string + Loss *PodNetworkChaosSpecTcsLoss + Source *string + Type *string + type PodNetworkChaosSpecTcsBandwidth struct + Buffer *float64 + Limit *float64 + Minburst *float64 + Peakrate *float64 + Rate *string + type PodNetworkChaosSpecTcsCorrupt struct + Correlation *string + Corrupt *string + type PodNetworkChaosSpecTcsDelay struct + Correlation *string + Jitter *string + Latency *string + Reorder *PodNetworkChaosSpecTcsDelayReorder + type PodNetworkChaosSpecTcsDelayReorder struct + Correlation *string + Gap *float64 + Reorder *string + type PodNetworkChaosSpecTcsDuplicate struct + Correlation *string + Duplicate *string + type PodNetworkChaosSpecTcsLoss struct + Correlation *string + Loss *string