- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for qualifier (0.07 sec)
-
istioctl/pkg/describe/describe.go
GetSelector() *typev1beta1.WorkloadSelector } // findMatchedConfigs should filter out unrelated configs that are not matched given podsLabels. // When the config has no selector labels, this method will treat it as qualified namespace level // config. So configs passed into this method should only contains workload's namespaces configs // and rootNamespaces configs, caller should be responsible for controlling configs passed // in.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
cmd/erasure-object.go
} return objInfo, gerr } // Add protection and re-verify the ILM rules for qualification // based on the latest objectInfo and see if the object still // qualifies for deletion. if gerr == nil { var isErr bool evt := evalActionFromLifecycle(ctx, *lc, rcfg, replcfg, goi) switch evt.Action {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
} } // base strips away qualifiers and typedefs to get the underlying type. func base(dt dwarf.Type) dwarf.Type { for { if d, ok := dt.(*dwarf.QualType); ok { dt = d.Type continue } if d, ok := dt.(*dwarf.TypedefType); ok { dt = d.Type continue } break } return dt } // unqual strips away qualifiers from a DWARF type.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0)