Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for CustomResource (0.16 sec)

  1. operator/cmd/mesh/operator-init.go

    		}
    	}
    
    	if err := applyManifest(kubeClient, client, mstr, name.IstioOperatorComponentName, opts, iop, l); err != nil {
    		l.LogAndFatal(err)
    	}
    
    	if customResource != "" {
    		if err := applyManifest(kubeClient, client, customResource, name.IstioOperatorComponentName, opts, iop, l); err != nil {
    			l.LogAndFatal(err)
    		}
    	}
    
    	l.LogAndPrint(color.New(color.FgGreen).Sprint("✔ ") + installationCompleteStr)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/shared.go

    	}
    	return flags
    }
    
    // getCRAndNamespaceFromFile returns the CR name and istio namespace from a file containing an IstioOperator CR.
    func getCRAndNamespaceFromFile(filePath string, l clog.Logger) (customResource string, istioNamespace string, err error) {
    	if filePath == "" {
    		return "", "", nil
    	}
    
    	_, mergedIOPS, err := manifest.GenerateConfig([]string{filePath}, nil, false, nil, l)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 29 02:29:02 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. releasenotes/notes/enable-enhanced-scope.yaml

    upgradeNotes:
    - title: Default value of the feature flag `ENHANCED_RESOURCE_SCOPING` to true
      content: |
        `ENHANCED_RESOURCE_SCOPING` is enabled by default. This means that the pilot will processes only the Istio CustomResource configurations that are in 
        scope of what is specified from meshConfig.discoverySelectors. Root-ca certificate distribution is also affected.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:43:09 UTC 2024
    - 653 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/cel/config.go

    	PerCallLimit = 1000000
    
    	// RuntimeCELCostBudget is the overall cost budget for runtime CEL validation cost per ValidatingAdmissionPolicyBinding or CustomResource
    	// current RuntimeCELCostBudget gives roughly 1 seconds for the validation
    	RuntimeCELCostBudget = 10000000
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:28:26 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/status_strategy.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package customresource
    
    import (
    	"context"
    	"fmt"
    
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    
    	structurallisttype "k8s.io/apiextensions-apiserver/pkg/apiserver/schema/listtype"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 22:16:10 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/README.md

    * `pkg/client/`
    
    The following code-generators are used:
    
    * `deepcopy-gen` - creates a method `func (t* T) DeepCopy() *T` for each type T
    * `client-gen` - creates typed clientsets for CustomResource APIGroups
    * `informer-gen` - creates informers for CustomResources which offer an event based
    interface to react on changes of CustomResources on the server
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 2.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/status_strategy_test.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package customresource
    
    import (
    	"context"
    	"reflect"
    	"testing"
    
    	"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
    	apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 22:16:10 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/strategy_test.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package customresource
    
    import (
    	"context"
    	"reflect"
    	"testing"
    
    	"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
    	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/validator.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package customresource
    
    import (
    	"context"
    	"fmt"
    	"math"
    	"strings"
    
    	corev1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/api/validation"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 14:00:05 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition/etcd.go

    					Type:    apiextensions.Terminating,
    					Status:  apiextensions.ConditionTrue,
    					Reason:  "InstanceDeletionPending",
    					Message: "CustomResourceDefinition marked for deletion; CustomResource deletion will begin soon",
    				})
    				return existingCRD, nil
    			}),
    			dryrun.IsDryRun(options.DryRun),
    			nil,
    		)
    
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 8K bytes
    - Viewed (0)
Back to top