程序包 hapi.release

接口 HookOuterClass.HookOrBuilder

    • 方法详细资料

      • getName

        String getName()
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
      • getKind

        String getKind()
         Kind is the Kubernetes kind.
         
        string kind = 2;
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
         Kind is the Kubernetes kind.
         
        string kind = 2;
      • getPath

        String getPath()
         Path is the chart-relative path to the template.
         
        string path = 3;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Path is the chart-relative path to the template.
         
        string path = 3;
      • getManifest

        String getManifest()
         Manifest is the manifest contents.
         
        string manifest = 4;
      • getManifestBytes

        com.google.protobuf.ByteString getManifestBytes()
         Manifest is the manifest contents.
         
        string manifest = 4;
      • getEventsList

        List<HookOuterClass.Hook.Event> getEventsList()
         Events are the events that this hook fires on.
         
        repeated .hapi.release.Hook.Event events = 5;
      • getEventsCount

        int getEventsCount()
         Events are the events that this hook fires on.
         
        repeated .hapi.release.Hook.Event events = 5;
      • getEvents

        HookOuterClass.Hook.Event getEvents​(int index)
         Events are the events that this hook fires on.
         
        repeated .hapi.release.Hook.Event events = 5;
      • getEventsValueList

        List<Integer> getEventsValueList()
         Events are the events that this hook fires on.
         
        repeated .hapi.release.Hook.Event events = 5;
      • getEventsValue

        int getEventsValue​(int index)
         Events are the events that this hook fires on.
         
        repeated .hapi.release.Hook.Event events = 5;
      • hasLastRun

        boolean hasLastRun()
         LastRun indicates the date/time this was last run.
         
        .google.protobuf.Timestamp last_run = 6;
      • getLastRun

        com.google.protobuf.Timestamp getLastRun()
         LastRun indicates the date/time this was last run.
         
        .google.protobuf.Timestamp last_run = 6;
      • getLastRunOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastRunOrBuilder()
         LastRun indicates the date/time this was last run.
         
        .google.protobuf.Timestamp last_run = 6;
      • getWeight

        int getWeight()
         Weight indicates the sort order for execution among similar Hook type
         
        int32 weight = 7;
      • getDeletePoliciesList

        List<HookOuterClass.Hook.DeletePolicy> getDeletePoliciesList()
         DeletePolicies are the policies that indicate when to delete the hook
         
        repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
      • getDeletePoliciesCount

        int getDeletePoliciesCount()
         DeletePolicies are the policies that indicate when to delete the hook
         
        repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
      • getDeletePolicies

        HookOuterClass.Hook.DeletePolicy getDeletePolicies​(int index)
         DeletePolicies are the policies that indicate when to delete the hook
         
        repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
      • getDeletePoliciesValueList

        List<Integer> getDeletePoliciesValueList()
         DeletePolicies are the policies that indicate when to delete the hook
         
        repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;
      • getDeletePoliciesValue

        int getDeletePoliciesValue​(int index)
         DeletePolicies are the policies that indicate when to delete the hook
         
        repeated .hapi.release.Hook.DeletePolicy delete_policies = 8;